bib-tool

Manipulates and manages BibTeX database files

brewmacoslinux
Try with needOr install directly
Source

About

Manipulates BibTeX databases

Commands

bibtool

Examples

Extract entries matching a pattern from a BibTeX file$ bibtool -x 'author.name' input.bib -o output.bib
Sort BibTeX entries by key$ bibtool -s input.bib -o sorted.bib
Validate and check syntax of a BibTeX file$ bibtool -c input.bib