summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add fetch command to get BibTeX data for DOIHEADmasterRobin Krahl2018-03-24
|
* Add extract command to extract the DOIRobin Krahl2018-03-24
|
* Add --doi option for explicit DOIsRobin Krahl2018-03-24
|
* Extract DOI from PDF text using a regexRobin Krahl2018-03-09
|
* Do not require a save when editing Bibtex dataRobin Krahl2018-03-09
| | | | | | By default, click.edit returns None if the user did not save. But in our case, just checking the data without saving is a realistic scenario that should be interpreted as a confirmation of the data.
* Use .bib extension when editing Bibtex dataRobin Krahl2018-03-09
|
* Add --delete option for importRobin Krahl2018-03-09
|
* Add setup.py for Pip/setuptools supportRobin Krahl2018-03-09
|
* Add basic import implementationRobin Krahl2018-03-08
|
* Initial commitRobin Krahl2018-03-08