blob: 5c00a805582842c69b30b423f214a9ab9548e8ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# bk
bk is a WIP terminal epub reader. currently only tested on linux.
# install
cargo install --path .
# usage
type <kbd>?</kbd> to see the commands
# inspiration
<https://github.com/wustho/epr>
|