add keyboard shortcut information in readme.md

This commit is contained in:
Duarte Dias 2021-02-09 19:21:23 +00:00 committed by Nazar Kanaev
parent bd12096e74
commit d89ae3a2bc

View File

@ -68,6 +68,26 @@ Then run one of the corresponding commands:
# ... or build a docker image # ... or build a docker image
docker build -t yarr . docker build -t yarr .
## keyboard shortcuts
:warning: These shortcuts are case-sensitive
### general
| key | action |
|-----|------------------------------|
| r | toggle item as read / unread |
| R | mark all items as read |
| s | star / unstar item |
| ? | focus the search bar |
| A | view All items |
| U | view Unread items |
| S | view Starred items |
### navigation (vim-like)
| key | action |
|-----|--------------------------|
| j | go to next feed item |
| k | go to previous feed item |
| l | go to next feed |
| h | go to previous feed |
## credits ## credits
[Feather](http://feathericons.com/) for icons. [Feather](http://feathericons.com/) for icons.