https://github.com/phha/paperless-export-organizer
human-friendly symlinks for paperless documents
https://github.com/phha/paperless-export-organizer
archiving documents paperless
Last synced: about 1 month ago
JSON representation
human-friendly symlinks for paperless documents
- Host: GitHub
- URL: https://github.com/phha/paperless-export-organizer
- Owner: phha
- License: bsd-3-clause
- Created: 2017-11-19T17:07:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T17:16:07.000Z (over 8 years ago)
- Last Synced: 2025-02-24T14:44:02.899Z (over 1 year ago)
- Topics: archiving, documents, paperless
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Paperless export organizer
==========================
Creates a human-friendly symlinks to a set of files exported from [Paperless](https://github.com/danielquinn/paperless). You can browse the documents by tag, correspondent, or date.
```
Usage: paperless_export_organizer [OPTIONS] INPUT_DIR OUTPUT_DIR
Creates a directory structure with symlinks to a set of documents exported
from paperless.
Options:
--relative / --no-relative Create relative links.
--help Show this message and exit.
```
Installation
------------
Clone this repository and run `pip install .` from within the repo directory.