texworld / betterbib

:green_book: Command-line tools for bibliographies.
816 stars 42 forks source link

doi-to-bib should be able to accept a list and/or file #261

Closed zerothi closed 1 year ago

zerothi commented 1 year ago

Instead of doing the doi-to-bib for individual doi's, it might be useful to do:

betterbib doi-to-bib <list-file>

or even just a variable number of doi's on the cmd line.

In this line of thought it might be valuable to overwrite keys in a file, such as:

10.1234/123 @key=MyKey

or similar.

I would be happy to help out here, let me know.

nschloe commented 1 year ago

Fixed now. Thanks for the suggestion!

zerothi commented 1 year ago

Super, great!