| Crates.io | padz |
| lib.rs | padz |
| version | 0.14.0 |
| created_at | 2025-12-06 08:58:55.232943+00 |
| updated_at | 2026-01-17 04:04:31.939191+00 |
| description | A fast, project-aware scratch pad for the command line |
| homepage | |
| repository | https://github.com/arthur-debert/padz |
| max_upload_size | |
| id | 1969843 |
| size | 171,344 |
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"
Enable tab completion for commands, options, and pad titles:
# Bash - add to ~/.bashrc
eval "$(padz completions bash)"
# Zsh - add to ~/.zshrc
eval "$(padz completions zsh)"
This crate is a thin CLI wrapper around the padzapp library. It handles:
All business logic lives in the padzapp library crate.
See the main padz repository for full documentation.