From a3299b52a62c5d3beea4760aba2359d0827b2958 Mon Sep 17 00:00:00 2001 From: giuliano Date: Sun, 2 Apr 2023 17:54:18 +0200 Subject: [PATCH] Update readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c55a3af..20aedf5 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,19 @@ Once loaded, feeds are cached in the directory `$XDG_CACHE_HOME/newscanoe` or `$ ### Keybindings Supported key bindings: -- `a`, insert manually a new feed url - `r`, load/reload the currently selected feed - `R`, load/reload all the feeds - `q`, quit the app - `BACKSPACE`, go back to previous section -- `ENTER`, go to the list of articles of a feed or display a single article in the list (poor quality at the moment, read below for some alternatives) +- `ENTER`, go into the currently highlighted element - `l`, open an article with `lynx` if installed in the system - `o`, open an article with the default browser for the user's desktop environment -- `^`, `v`, `<`, `>`, move the cursor across the text +- `^`, `v`, move the cursor across the text +- `a`, insert manually a new feed url, then: + - `<`, `>`, move the cursor across the text + - `BACKSPACE`, cancel last char + - `CANC`, cancel currently highlighted char + - `ENTER`, append the typed in url in the config file ### Installation @@ -40,7 +44,7 @@ Build from source: Or download the latest pre-compiled binary from [GitHub](https://github.com/giulianopz/newscanoe/releases) and then install it in your PATH. -[![asciicast](https://asciinema.org/a/YyzLpxYUswPqeaeoRYVnAP9y1.svg)](https://asciinema.org/a/YyzLpxYUswPqeaeoRYVnAP9y1) +[![asciicast](https://asciinema.org/a/jYCL3CFDmPES9dsptTxwj8IEk.svg)](https://asciinema.org/a/jYCL3CFDmPES9dsptTxwj8IEk) ### Development