blob: 314b40bc5960bb9b0ddd1e1f66c55aaae48cf993 (
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
|
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
|