Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 356 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 356 Bytes

bib-combiner

A small python tool for combining multiple .bib files and removing duplicates by their IDs (ID: the string used for citation in lalex.)

Usage

python bib_combiner.py bib1.bib bib2.bib bib3.bib .bib

output is named final.bib.

Requirements

see requiremetns.txt generated by pipreqs.