From b9f2a6e24bcd7441d59bef860b4a30fc1a874262 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 11 Jul 2020 21:32:30 -0700 Subject: comparison --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'README.md') 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 F1) 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 -- cgit v1.2.3