added help line

pull/39/head
deadjakk 1 year ago
parent b923b4b655
commit e071e51ee2

@ -123,6 +123,7 @@ is save bookmark
ia show history
i
ir view raw source
id download raw source
iw toggle wide mode
ie toggle encoding
iq quit phetch

@ -684,7 +684,7 @@ impl UI {
Action::Keypress(Key::Char(key)) | Action::Keypress(Key::Ctrl(key)) => match key {
'a' => self.open("History", "gopher://phetch/1/history")?,
'b' => self.open("Bookmarks", "gopher://phetch/1/bookmarks")?,
'c' => {
'd' => {
let url = match self.views.get(self.focused) {
Some(view)=> String::from(view.url()),
None => {return Err(error!("Could not get url from view"));},

Loading…
Cancel
Save