Some useful shell scripts for academic writing and programming
git clone https://github.com/atoms-ufrj/usefulscripts
cd usefulscripts
sudo ./install
doi2bib <DOI>
Gets a Digital Object Identifier (DOI) and generates a bibtex entry for the corresponding object.
git-replace-all <old> <new>
Performs a case-sensitive search for a given expression and replaces it with a new one in all files of a git repository.