paperless-cli 2.1.0

Rust TUI and LLM-friendly client for Paperless-ngx
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pre-commit:
  commands:
    fmt:
      run: cargo fmt --check
    clippy:
      run: cargo clippy --all-targets --all-features -- -D warnings

pre-push:
  commands:
    tests:
      run: cargo test
    build:
      run: cargo build --release