bibo icon indicating copy to clipboard operation
bibo copied to clipboard

Command line reference manager with a single source of truth: the .bib file. Inspired by beets.

Results 4 bibo issues
Sort by recently updated
recently updated
newest added

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).