Olivier Mangin 6e68bd5251 Simplifies loading of plugins parsers.
- Plugins now only present a get_commands method taking the parser to
  populate as argument and returning an iterable with which the cmds
  dictionary is updated (i.e. the plugins returns the command callbacks).
- The name attribute in plugins is now a class attribute.
2013-07-12 15:36:17 +02:00
2013-06-13 16:36:14 +02:00
2013-07-04 20:14:29 +01:00
2013-07-04 18:07:01 +01:00
2013-06-13 16:36:14 +02:00
pit
2013-06-27 23:07:56 +02:00
2013-06-13 16:36:14 +02:00
2013-07-04 12:10:23 +02:00

Papers brings your bibliography to the command line.

Papers 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.

Papers 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: papers is still in early development and cannot be considered as stable

Getting started

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

papers init

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

papers import path/to/collection.bib

or for bibtex containing a single file:

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

Authors

  • Fabien Benureau
  • Olivier Mangin
  • Jonathan Grizou
Description
No description provided
Readme 1.6 MiB
Languages
Python 94.7%
TeX 5%
Shell 0.3%