ccremer / paperless-cli

CLI tool to interact with paperless-ngx remote API
GNU General Public License v3.0
7 stars 2 forks source link

Add 'consume' subcommand #6

Closed ccremer closed 1 year ago

ccremer commented 1 year ago

Summary

Introduces a new consume subcommand that watches a specific directory for filesystem changes and uploads every file. This command is best run as a long-running process, e.g. a systemd service or docker container

Checklist

For Code changes