papers icon indicating copy to clipboard operation
papers copied to clipboard

Command-line tool to manage bibliography (pdfs + bibtex)

Results 23 papers issues
Sort by recently updated
recently updated
newest added

Allows user to define number of authors, title words and file name fields. After this change, the user can run, for example: ```bash $ papers add --rename --info --nameformat Author,year,-,Title...

I use `zathura` for pdf viewing and added some bindings for using `papers` inside `zathura`. When I add some paper it change the location and I should manually re-open it....

my config: ``` { "bibtex": "/home/user/Library/Bibtex/lib.bib", "filesdir": "/home/user/Library/PDFs", "git": true, "gitdir": "/home/user/Library" } ``` If I trying to use `paper add file.pdf` I got error: ```python Traceback (most recent call...

Hey! Thanks for sharing this very nice software! I'm trying to generate entries with key format like `perrette2013scaling` instead of `Perrette_2013` and to rename the file as `Perrette2013_AScalingApproachToProjectRegionalSeaLevelRiseAndItsUncertainties.pdf`. Is such...

Absolutely loving this project. I have several folders of many pdfs I'm trying to add to papers, using > papers add -rc *.pdf papers is hitting an error, with output...

``` pip install git+https://github.com/perrette/papers.git#egg=papers ``` doesn't automatically get the dependencies. Looks like [`setup.py`](https://github.com/perrette/papers/blob/master/setup.py) is using `distutils.core`, which I don't know very well. Perhaps there's a way to do this in...

Hi, I'm looking for a command-line tool like "paper", but I also need that the PDFs and bibtex data are shared on a common server for the whole team. What...

The https://github.com/ArcasProject/Arcas project by @Nikoleta-V3 has a couple of APIs (and https://github.com/ArcasProject/Arcas/issues/4 a bunch more) that might potentially be useful for searching and matching ...

enhancement

The current method to retrieve DOI consists in search for regular expressions over the first two pages, and to keep the first one that appear. Accepted prefixes are (lower or...

help wanted