https://github.com/Maarrk/gibcite
Give details of citation from local Zotero database
https://github.com/Maarrk/gibcite
Last synced: 16 days ago
JSON representation
Give details of citation from local Zotero database
- Host: GitHub
- URL: https://github.com/Maarrk/gibcite
- Owner: Maarrk
- License: agpl-3.0
- Created: 2022-05-15T07:06:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T14:45:07.000Z (over 2 years ago)
- Last Synced: 2024-11-01T02:34:56.324Z (6 months ago)
- Language: Rust
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-dendron - `gibcite` - A small command line tool for getting details of a paper from local [Zotero](https://www.zotero.org/) database (regardless if Zotero is running in the background). (Dendron Enhancers / Other)
README
# gibcite
Give details of citation from local [Zotero](https://www.zotero.org/) database based on the assigned [Better BibTeX](https://retorque.re/zotero-better-bibtex/) citation key. This command has been tested to work both with Zotero running and not.
The data is returned in a [CSL JSON](https://citationstyles.org/) format, currently includes only:
- Title
- Authors
- Issue date
- AbstractThis program was originally developed for using with [Dendron](https://www.dendron.so). Now this is mostly obsolete, as the same thing [can be done with just the hook](https://gist.github.com/Maarrk/01172c1689897979b944c05f8ca948b3) since [this PR](https://github.com/dendronhq/dendron/pull/3001).