Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.17 KB

Command line interface for Paperless-ngx

Latest release CI workflow Go reference

Papercli is command line interface tool for interacting with Paperless-ngx, a document management system transforming physical documents into a searchable online archive.

Installation

Pre-built binaries:

  • Binary archives (.tar.gz)
  • Debian/Ubuntu (.deb)
  • RHEL/Fedora (.rpm)
  • Microsoft Windows (.zip)

Docker images via GitHub's container registry:

docker pull ghcr.io/hansmi/papercli

With the source being available it's also possible to produce custom builds directly using Go or GoReleaser.