Cite me bro

  • 02 Jun 2024
  • Tags: 
  • rust

Table of Contents

GitHubCrates.io

Cite me bro is a cli-tool to output formatted citations based on your bibtex files over stdout, or expanding them in text files directly. This is mainly developed for putting citations in code, or whenever you just need to grab a citation from your bib file quickly for example to use in a presentation. No modifications to your bib file necessary. It does not support arbitrary tex commands, but should work with most bib files.

Example

you can call the tool like so

cmb -b cite.bib --style ieee breiman2001

which should produce the following output:

L. Breiman, "Random forests," Machine learning, vol. 45, no. 1, pp. 5-32, 2001. doi: https://doi.org/10.1023/a:1010933404324.