https://github.com/marado/doish
A DOI search shell
https://github.com/marado/doish
doi shell
Last synced: 18 days ago
JSON representation
A DOI search shell
- Host: GitHub
- URL: https://github.com/marado/doish
- Owner: marado
- License: gpl-3.0
- Created: 2016-05-13T23:20:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T00:05:28.000Z (almost 8 years ago)
- Last Synced: 2025-03-02T10:28:00.243Z (over 1 year ago)
- Topics: doi, shell
- Language: Shell
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DOIsh
=====
DOIsh (reads "DOI shell") is a shell script intended to give you the most
possible information about an article, given its DOI.
### Requirements
- [jsawk](https://github.com/micha/jsawk)
- [bash-cli-google](https://github.com/ilarimakela/bash-cli-google)
### Usage
```
./DOI.sh 10.1210/en.2005-0640
./DOI.sh 10.1210/en.2005-0640 --csv
./DOI.sh --csv 10.1210/en.2005-0640
```