This program is designed to solve the age-old problem of tracking read books
Find a file
2025-10-29 11:38:53 +01:00
.idea Init repository 2025-10-21 17:39:16 +03:00
src Add the verbose parameter 2025-10-29 11:38:53 +01:00
.gitignore Init repository 2025-10-21 17:39:16 +03:00
Cargo.lock Add the commands and parameters basic completion 2025-10-29 11:08:20 +01:00
Cargo.toml Add the commands and parameters basic completion 2025-10-29 11:08:20 +01:00
LICENSE Init repository 2025-10-21 17:39:16 +03:00
README.md Init repository 2025-10-21 17:39:16 +03:00

Book Shelf

This program is designed to solve the age-old problem of tracking read books. Platforms like GoodReads often have incorrect page counts or lack sufficient books in their databases.

The program focuses on simplicity — you define the book's title, number of pages, and its ISBN yourself. All information is stored locally and can be synchronized via git, for example, as the data is saved in a JSON file.

This option is ideal for those who want to systematize their reading experience without the need for a social network. Initially, a CLI is planned, followed by a GUI.