Paperless Cli Versions Save

A golang command line binary to interact with a Paperless instance

v0.7.1

3 years ago

Merged #20 - Cleans up some of the messaging and download functionality.

v0.7.0

4 years ago

This release implements the ability to fetch/download a document from your Paperless instance thanks to @Zibby.

You can do paperless-cli doc download <name> to fetch a file by name. If this matches multiple files you'll be prompted to disambiguate your choice.

Give it a try and report any problems or feedback on our GitHub issues page. I've actually noticed a few since building and releasing this that I'll work on fixing when I get some time.

v0.6.4

4 years ago

This release updates to Golang v1.14 and updates all the libraries that are being imported as well.

v0.6.2

5 years ago

This release is a barebones CLI to read from a Paperless instance.

You can do paperless-cli {documents,correspondents,tags} {list,search}.

There are shorter helpful aliases for each command like paperless-cli doc l too.

Try using paperless-cli help to find out more information!