Nagasaki45 / bibo

Command line reference manager with a single source of truth: the .bib file. Inspired by beets.
MIT License
32 stars 4 forks source link

Add entry by doi #49

Closed Nagasaki45 closed 5 years ago

Nagasaki45 commented 5 years ago

Dan's magic

doi2bib () {
    curl -sSgLH 'Accept: application/x-bibtex' "http://dx.doi.org/$1" | sed
's/}, /},\n\t/g'
}