bookorg

Crates.iobookorg
lib.rsbookorg
version1.0.0
sourcesrc
created_at2024-01-19 19:00:18.094422
updated_at2024-01-21 17:21:20.257031
descriptionAn opinionated, fast ebook organiser.
homepage
repositoryhttps://github.com/oleskiewicz/bookorg
max_upload_size
id1105616
size29,330
(oleskiewicz)

documentation

README

bookorg

bookorg is an opinionated, fast ebook organiser. It enforces:

  • Directory layout
  • File name format

It is forked from mack, a music organiser.

Installation

cargo install bookorg

Configuration

You can change the default format as follows:

bookorg --fmt '{author} - {title}'

The default is {author}/{title}. The epub extension is added automatically.

Example usage

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
Commit count: 0

cargo fmt