Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 523 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 523 Bytes

Useful Scripts

Some useful shell scripts for academic writing and programming

Installation

git clone https://github.com/atoms-ufrj/usefulscripts
cd usefulscripts
sudo ./install

Available Scripts

doi2bib

doi2bib <DOI>

Gets a Digital Object Identifier (DOI) and generates a bibtex entry for the corresponding object.

git-replace-all

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.