diff options
author | James Campos <james.r.campos@gmail.com> | 2020-07-11 21:32:30 -0700 |
---|---|---|
committer | James Campos <james.r.campos@gmail.com> | 2020-07-11 21:32:30 -0700 |
commit | b9f2a6e24bcd7441d59bef860b4a30fc1a874262 (patch) | |
tree | 21d29e182aff04fba8828750856209025f1dfb39 | |
parent | 32c8ad4eca862f937ad777125609900a5def66d4 (diff) | |
download | bk-b9f2a6e24bcd7441d59bef860b4a30fc1a874262.tar.gz |
comparison
-rw-r--r-- | README.md | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -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> |