blob: bde805b70b0ad1270854a1aa6c370b1fe6a9f13f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Manage a book library.
- Group by progress
- Associate any number of ebooks to each book
- Transfer individual books to ereader
# Running
```sh
nix develop --command books
```
# Testing
```sh
pytest
```
# Improvements
- filters:
- textual search
https://stackoverflow.com/questions/55828169/how-to-filter-gtk-flowbox-children-with-gtk-entrysearch
|