Experimental prototype BibTeX tools

This is not where active development is happening. See http://github.com/caltechlibrary/bibtex for active development.

bibtex

A quick and dirty BibTeX package. Includes bibfilter which can parse and filter tag entries of a BibTeX file.

Usage

 bibfilter [OPTION] BIBFILE

This command will output BIBFILE to the console applying the options specified.

Options

Examples

Output my.bib without any comment entries

    bibfilter -exlude=comment my.bib

Output my.bib only including articles

    bibfilter -include=article my.bib

Output my.bib only including articles and proceedings

    bibfilter -include=article,inproceedings my.bib

Prior art

About BibTeX

Open Source Citation Tools