added help line

master
deadjakk 1 year ago committed by chris west
parent cf2810af80
commit b29ea2cee4

@ -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