Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Apr 2, 2023
1 parent 75fe266 commit a3299b5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

Expand Down

0 comments on commit a3299b5

Please sign in to comment.