Skip to content

igankevich/bibtex-to-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert BibTeX files to SQLite databases, run queries on them and produce results in CSV. Especially usefull for reports that require your publications in table format.

Usage

Convert BibTeX to SQLite database.

bibtex-to-sqlite x.bib | sqlite3 x.sqlite3
sqlite3 x.sqlite3 'SELECT * FROM bibtex'

Direct query BibTeX file (converts to SQLite every time).

bibtex-to-sqlite x.bib 'SELECT * FROM bibtex'

Custom CSL style. The default is gost-r-7-0-5-2008 (guess why).

bibtex-to-sqlite --style=apa x.bib 'SELECT * FROM bibtex'

To learn all the options, run bibtex-to-sqlite without the arguments.

Installation

Use gem install bibtex-to-sqlite to install this command as a Ruby gem or visit the corresponding web-page.

About

Convert BibTeX files to SQLite databases.

Resources

Stars

Watchers

Forks

Packages

No packages published