Leabharlann is an a CLI tool to keep track of books I'm reading or want to read. The purpose of this is to have a centralised point of doing this, rather than my usual approach of scattering my reading lists across notebooks, post-its, and the occasional draft email.
Leabharlann is the Irish word for library.
To install:
$ git clone https://github.com/emilywoods/leabharlann.git $ cd leabharlann
The following reading options are available to document: - Current - Finished - Future
Each time a series of questions will be asked, and answers will be stored in a
csv file: reading.csv
.
To document what you are reading now or have previously read:
> $ cargo run now
A series of questions will be asked about current reading.
Or as Gaeilge:
> $ leabharlann anois
To change a book from "current" to "finished":
> $ cargo run finish
Or:
> $ cargo run criochnaigh
To input a book to read later:
> $ cargo run future
Or:
> $ cargo run sa-todhchai
To see a list of available options:
$ cargo run leabharlann --help