blob: d6c96512c2084ca0aefbe788542d8220e60e64a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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
- book flow: keep header bar visible when scrolling down
- filters:
- textual search
https://stackoverflow.com/questions/55828169/how-to-filter-gtk-flowbox-children-with-gtk-entrysearch
- select by genre
|