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.
37 lines
1.1 KiB
37 lines
1.1 KiB
11 years ago
|
# Pubs
|
||
11 years ago
|
|
||
11 years ago
|
Pubs brings your bibliography to the command line.
|
||
12 years ago
|
|
||
11 years ago
|
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.
|
||
12 years ago
|
|
||
11 years ago
|
Pubs is built with the following principles in mind:
|
||
12 years ago
|
|
||
|
- 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/').
|
||
|
|
||
11 years ago
|
pubs init
|
||
12 years ago
|
|
||
|
Import existing data from bibtex (papers will try to automatically copy documents defined as 'file' in bibtex):
|
||
|
|
||
11 years ago
|
pubss import path/to/collection.bib
|
||
12 years ago
|
or for bibtex containing a single file:
|
||
|
|
||
11 years ago
|
pubs add --bibfile article.bib --docfile article.pdf
|
||
12 years ago
|
|
||
|
|
||
|
Authors
|
||
|
-------
|
||
|
|
||
|
- Fabien Benureau
|
||
|
- Olivier Mangin
|
||
|
- Jonathan Grizou
|