diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 17 insertions, 7 deletions
@@ -1,22 +1,32 @@ # bk bk is a WIP terminal Epub reader, written in Rust. +# Features +- Cross platform - Linux, macOS and Windows support +- Single binary, instant startup +- Epub 2/3 support +- Incremental search +- Vim bindings + # Usage +Install from crates.io: + + cargo install bk + +or from github: + + git clone https://github.com/aeosynth/bk cargo install --path . + +then run: + bk path/to/epub Type <kbd>F1</kbd> or <kbd>?</kbd> to see the commands. Running `bk` without an argument will load the most recent Epub. -# Features -- Cross platform - Linux, macOS and Windows support -- Single binary, instant startup -- Epub 2/3 support -- Incremental search -- Vim bindings - # TODO - configuration - links |