A CLI frontend to the btparse bibtex database parser
lobster-bib <file.bib> [ -o ] [ <search-strings> ] [ : <output-types> ]
- file.bib: required and must be a bibtex database
- -o: use "or" search rather than "and" search
- search-strings: any number of strings to match against any entry field, or key=value pairs to match against a specific field. Multi-word strings must be quoted
- output-types: select the fields to display in the output, by default all fields are printed
For convenient use add an alias to your shell rc file with a name of your choice and specifying your reference database
alias bib='lobster-bib ~/refdb.bib'