bibo
bibo copied to clipboard
Command line reference manager with a single source of truth: the .bib file. Inspired by beets.
I have something like this in the database ``` @phdthesis{deKok2013listening, ... } ``` Autocomplete on the following doesn't suggest anything ```bash bibo list deK ```
It should be possible to add new flags with extra functionality, and also to add middlewares (for example, alternative formatting).
- [ ] Add `--bib` option to the `add` command that takes a path to a `.bib` file with the raw entry. - [ ] Anything else?
With a similar format to whatever is used for custom formatting (#14).