aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJames Campos <james.r.campos@gmail.com>2020-07-11 21:32:30 -0700
committerJames Campos <james.r.campos@gmail.com>2020-07-11 21:32:30 -0700
commitb9f2a6e24bcd7441d59bef860b4a30fc1a874262 (patch)
tree21d29e182aff04fba8828750856209025f1dfb39 /README.md
parent32c8ad4eca862f937ad777125609900a5def66d4 (diff)
downloadbk-b9f2a6e24bcd7441d59bef860b4a30fc1a874262.tar.gz
comparison
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 14 insertions, 7 deletions
diff --git a/README.md b/README.md
index eb614d7..e434940 100644
--- a/README.md
+++ b/README.md
@@ -40,13 +40,20 @@ Type any function key (eg <kbd>F1</kbd>) to see the keybinds.
- Theming: theme your terminal
- Config file: create an alias with cli options
-# TODO
-- more configuration
-- better html support
-- test unicode
-- github actions / ci
-- css?
-- mobi?
+# Comparison
+| | bk | epr/epy |
+| - | - | - |
+| language | rust | python |
+| runtime deps | none | python, curses |
+| additional formats | none | FictionBook |
+| incremental search | :heavy_check_mark: | :x: |
+| multi line search | :heavy_check_mark: | :x: |
+| regex search | :x: | :heavy_check_mark: |
+| links | :x: | :x: |
+| images | :x: | :heavy_check_mark: |
+| themes | :x: | :heavy_check_mark: |
+| choose file from history | :x: | :heavy_check_mark: |
+| external integration | none | dictionary |
# Inspiration
<https://github.com/wustho/epr>