wustho / epy

CLI Ebook (epub2, epub3, fb2, mobi) Reader
GNU General Public License v3.0
962 stars 52 forks source link

Unlike epr, using --help flag doesn't show the long help on epy. #11

Closed Praxylmx closed 3 years ago

Praxylmx commented 3 years ago

Screenshot_2020-10-03_20-06-17 epr on the left & epy on the right.

wustho commented 3 years ago

Yes, indeed. The difference is that in epr keybinds help is served statically (I wrote the keybindings manually). While in epy is generated dynamically and you can access them in app via key "?" but not via "--help" in shell.

This happens because in epy you can customize keybindings by editing ~/.config/epy/config.json while you cannot do so in epr.