/bibx

Extract bibliography from bibtex code fences in Markdown (GFM) to stdout (which can be redirected to a .bib file)

Primary LanguageGoMozilla Public License 2.0MPL-2.0

bibx

Extract bibliography from bibtex code fences in Markdown (GFM) to standard output, which can be then redirected to a single .bib file.

Usage

bibx <directory> > <output.bib>

Compilation

make build

Testing

make test