bibtex-tidy

Clean and format BibTeX files with consistent styling

brewmacoslinux
Try with needOr install directly
Source

About

Cleaner and Formatter for BibTeX files

Commands

bibtex-tidy

Examples

Format a BibTeX file in place$ bibtex-tidy bibliography.bib
Format and output to a new file$ bibtex-tidy bibliography.bib --output formatted.bib
Format with custom sorting and alignment options$ bibtex-tidy bibliography.bib --sort=key --align-values=true