Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.31 KB

README.md

File metadata and controls

57 lines (34 loc) · 1.31 KB

watchpdf

watchpdf is a simple python cli to watch a folder and automatically rename academic pdf papers that get added. This is built using the following excellent tools:

Installation

install locally using pip install -e . or through pip

pip install watchpdf

Usage

First set a folder to watch

watchpdf add <path to folder>

You can add multiple folders, and watchpdf will watch them all. Simply call the add commands multiple times. This will create a config file in ~/.watchpdf/config.json.

To start watching call

watchpdf watch

Additional

To clear all watch folders call

watchpdf clear-watch-folders

watchpdf will only update new papers that are added when watchpdf is watching. To update all watched folders call

watchpdf scan

or to scan a specific folder

watchpdf scan <path_to_folder>

Notes

watchpdf is very simply implemented and is only intended to have one instance of watchpdf running.