| Crates.io | padz-cli |
| lib.rs | padz-cli |
| version | 0.9.6 |
| created_at | 2026-01-06 21:18:45.043098+00 |
| updated_at | 2026-01-07 07:48:24.563694+00 |
| description | A fast, project-aware scratch pad for the command line |
| homepage | |
| repository | https://github.com/arthur-debert/padz |
| max_upload_size | |
| id | 2026876 |
| size | 140,340 |
Command-line interface for padz - a fast, project-aware scratch pad.
cargo install padz-cli
The binary is installed as padz.
# Create a new pad
padz create "Meeting Notes"
# List all pads
padz
# View a pad
padz view 1
# Search pads
padz search "keyword"
This crate is a thin CLI wrapper around the padz library. It handles:
All business logic lives in the padz library crate.
See the main padz repository for full documentation.