Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oleskiewicz/bib-go


https://github.com/oleskiewicz/bib-go

Last synced: about 2 months ago
JSON representation

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.