You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Fabien Benureau adb0158c3d
experimental support for adding from DOIs
10 years ago
pubs experimental support for adding from DOIs 10 years ago
tests Tags have to be printed in alphabetical order. 11 years ago
.ackrc moving from pybtex to bibtextparser, fixed major regressions. 11 years ago
.gitignore papers renamed 'pubs' 11 years ago
readme.md DOC: papers <- pubs. 11 years ago
setup.py experimental support for adding from DOIs 10 years ago

readme.md

Pubs

Pubs brings your bibliography to the command line.

Pubs organizes your bibliographic documents together with the bibliographic data associated to them and provides command line access to basic and advanced manipulation of your library.

Pubs is built with the following principles in mind:

  • all papers are referenced using unique citation keys,
  • bibliographic data (i.e. pure bibtex information) is kept separated from metadata (including links to pdf or tags),
  • everything is stored in plain text so it can be manually edited or version controlled.

Notice: pubs is still in early development and cannot be considered as stable

Getting started

Create your library (by default, goes to '~/.pubs/').

pubs init

Import existing data from bibtex (pubs will try to automatically copy documents defined as 'file' in bibtex):

pubs import path/to/collection.bib

or for bibtex containing a single file:

pubs add --bibfile article.bib --docfile article.pdf

Requirements

Authors

  • Fabien Benureau
  • Olivier Mangin
  • Jonathan Grizou