https://github.com/hansmi/papercli
Paperless-ngx command line interface
https://github.com/hansmi/papercli
cli commandline golang paperhooks paperless paperless-ngx
Last synced: about 1 month ago
JSON representation
Paperless-ngx command line interface
- Host: GitHub
- URL: https://github.com/hansmi/papercli
- Owner: hansmi
- License: bsd-3-clause
- Created: 2024-02-05T14:27:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-01T17:13:52.000Z (4 months ago)
- Last Synced: 2025-06-02T03:12:02.061Z (4 months ago)
- Topics: cli, commandline, golang, paperhooks, paperless, paperless-ngx
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Command line interface for Paperless-ngx
[][releases]
[](https://github.com/hansmi/papercli/actions/workflows/ci.yaml)
[](https://pkg.go.dev/github.com/hansmi/papercli)Papercli is command line interface tool for interacting with
[Paperless-ngx][paperless], a document management system transforming physical
documents into a searchable online archive.## Installation
[Pre-built binaries][releases]:
* Binary archives (`.tar.gz`)
* Debian/Ubuntu (`.deb`)
* RHEL/Fedora (`.rpm`)
* Microsoft Windows (`.zip`)Docker images via GitHub's container registry:
```shell
docker pull ghcr.io/hansmi/papercli
```With the source being available it's also possible to produce custom builds
directly using [Go][golang] or [GoReleaser][goreleaser].[golang]: https://golang.org/
[goreleaser]: https://goreleaser.com/
[paperless]: https://docs.paperless-ngx.com/
[releases]: https://github.com/hansmi/papercli/releases/latest