aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJames Campos <james.r.campos@gmail.com>2020-05-16 02:22:35 -0700
committerJames Campos <james.r.campos@gmail.com>2020-05-16 02:22:35 -0700
commitd09560fa20287e5033cca5229649eac140f81e63 (patch)
tree5813ff0bc2d44671486c95592957d1d744f6a9f6 /README.md
parent9b6d9dcf8b5c538fcbd291eda081302189b8ea84 (diff)
downloadbk-d09560fa20287e5033cca5229649eac140f81e63.tar.gz
meta
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 21 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5c00a80..aefe1ee 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,30 @@
# bk
-bk is a WIP terminal epub reader. currently only tested on linux.
+bk is a terminal Epub reader. Currently only Linux is tested, but macOS and Windows support is planned.
-# install
+# Usage
cargo install --path .
+ bk path/to/epub
-# usage
+Type <kbd>F1</kbd> or <kbd>?</kbd> to see the commands.
-type <kbd>?</kbd> to see the commands
+Running `bk` without an argument will load the most recent Epub.
+
+# Features
+- Single binary, instant startup
+- Epub 2/3 support
+- Incremental search
+- Vim bindings
+
+# TODO
+- macOS, Windows
+- configuration
+- links
+- better unicode support
+- better html rendering
+- mobi?
+- css?
+- gui?
# inspiration
<https://github.com/wustho/epr>