BibTeXq
query a bibtex file
BibTeXq Documentation

Finds entries in a bibtex file based on keywords, author, title, and other common fields.

Licensed under Creative Commons BY-NC-SA 3.0.

Questions or comments? Contact Joseph Schlecht.

usage: bibtexq OPTIONS <file.bib>
 -h, --help              Prints program usage.
 -v, --version           Prints program version.
 -o, --output=ARG        File to write the queried entries to. Default is to use
                         stdout.
     --type=ARG          Entry type regular expression.
     --key=ARG           Unique entry key regular expression.
     --author=ARG        Author field regular expression.
     --title=ARG         Title field regular expression.
     --project=ARG       Project field regular expression.
     --venue=ARG         Venue field regular expression.
     --keyword=ARG       Keyword field regular expression.