Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleskiewicz/bib-go
https://github.com/oleskiewicz/bib-go
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oleskiewicz/bib-go
- Owner: oleskiewicz
- Created: 2021-01-09T20:46:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T22:19:58.000Z (about 4 years ago)
- Last Synced: 2024-04-24T03:21:14.958Z (9 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bib
===
BibTex bibliography tools, written in Go using `nickng/bibtex` library.The following utilities are included:
- `bibfmt`: format BibTex
- `bib2ref`: convert BibTex to GNU Refer format, to use with `groff`
- `bib2tsv`: convert BibTex to TSV (only author, title columns for now)
- `bib2yml`: convert BibTex to Yaml, to use with `pandoc`Usage
-----BIN < FILE.bib
Every tool reads from a filename or from a standard input and writes to standard output.