Paper Arxiv: A Command Line Based Academic Paper Management Tool.

  _____                                           _       
 |  __ \                          /\             (_)      
 | |__) |_ _ _ __   ___ _ __     /  \   _ ____  _____   __
 |  ___/ _` | '_ \ / _ \ '__|   / /\ \ | '__\ \/ / \ \ / /
 | |  | (_| | |_) |  __/ |     / ____ \| |   >  <| |\ V / 
 |_|   \__,_| .__/ \___|_|    /_/    \_\_|  /_/\_\_| \_/  
            | |                                           
            |_|                                           

Introduction

Paper Arxiv is a command line based academic paper management tool. It provides an efficient access to your pdf files, comments, tags and so on.

Highlights

Install

brew install pdftohtml # for mac
sudo apt-get install pdftohtml # for Ubuntu
pip install pa
pa config --libpath /Path/To/Store/Library

Usage

Here is a small example showing how to manage your file. For more details please refer to pa --help

cd your_floder_storing_pdf_files
pa add slide.pdf
pa add https://arxiv.org/pdf/1701.02720.pdf
pa find VAE
pa -h

Fork me on GitHub