Crates.io | bookorg |
lib.rs | bookorg |
version | 1.0.0 |
source | src |
created_at | 2024-01-19 19:00:18.094422 |
updated_at | 2024-01-21 17:21:20.257031 |
description | An opinionated, fast ebook organiser. |
homepage | |
repository | https://github.com/oleskiewicz/bookorg |
max_upload_size | |
id | 1105616 |
size | 29,330 |
bookorg is an opinionated, fast ebook organiser. It enforces:
It is forked from mack, a music organiser.
cargo install bookorg
You can change the default format as follows:
bookorg --fmt '{author} - {title}'
The default is {author}/{title}
. The epub extension is added automatically.
Take all books from Library, Documents, and Downloads, move and organise them in the Library:
bookorg -n --fmt '{author} - {title}' -o ~/Library -- ~/Library ~/Documents ~/Downloads