A collection of POSIX shell scripts to manage and utilize bibtex
Used in upcoming project dmenubib
.
Need to set $BIB
environment variable into your .bib
file.
Functions:
[bibsearch "Title"]
:
Search title in Crossref, and generate bibtex by manually copying doi from search result.
[bibsearch "PDF"]
:
Search title in Crossref from pdf metadata.
[bibsearch "doi"]
:
Search doi and generate bibtex.
List papers in .bib
file on dmenu based on
- title
- authoryear
- mixed (authoryear and title)
and copy the label to clipboard.