From bcad61d78a4cb787c9e14c959edde716e4e637c1 Mon Sep 17 00:00:00 2001 From: Kharec Date: Mon, 5 Jan 2026 22:33:56 +0100 Subject: [PATCH] docs: update readme --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 7351588..7594df8 100644 --- a/README.md +++ b/README.md @@ -24,25 +24,25 @@ Please also note that as of now, you need to have [ffmpeg](https://ffmpeg.org/) ### Bindings -| Key | Action | -| ------------ | --------------------------- | -| `?` | Show help screen | -| `n` | Sort by name | -| `p` | Sort by progress | -| `a` | Show all/unfinished | -| `enter` | Play the selected book | -| `space` | Pause/resume the playback | -| `left` | Seek backward 30 seconds | -| `right` | Seek forward 30 seconds | -| `ctrl+left` | Go to the previous chapter | -| `ctrl+right` | Go to the next chapter | -| `up` | Increase playback speed | -| `down` | Decrease playback speed | -| `f` | Mark as finished/unfinished | -| `d` | Download/delete from cache | -| `s` | Show stats screen | -| `/` | Filter library | -| `q` | Quit the application | +| Key | Action | +| ------------ | -------------------------- | +| `?` | Show help screen | +| `n` | Sort by name | +| `p` | Sort by progress | +| `a` | Show all/unfinished | +| `enter` | Play the selected book | +| `space` | Pause/resume the playback | +| `left` | Seek backward 30 seconds | +| `right` | Seek forward 30 seconds | +| `ctrl+left` | Go to the previous chapter | +| `ctrl+right` | Go to the next chapter | +| `up` | Increase playback speed | +| `down` | Decrease playback speed | +| `f` | Mark as finished | +| `d` | Download/delete from cache | +| `s` | Show stats screen | +| `/` | Filter library | +| `q` | Quit the application | ## Roadmap @@ -58,7 +58,7 @@ Please also note that as of now, you need to have [ffmpeg](https://ffmpeg.org/) - [x] download/remove a book in the cache without having to play it - [x] add a help screen with all the keybindings - [x] increase/decrease reading speed -- [x] mark a book as finished or unfinished +- [x] mark a book as finished - [x] make ui responsive - [x] get your stats in a separated pane - [x] search/filter within your library