padz-0.16.0 is not a library.
Visit the last successful build:
padz-0.9.6
padz-cli
Command-line interface for padz - a fast, project-aware scratch pad.
Installation
The binary is installed as padz.
Usage
# Create a new pad
# List all pads
# View a pad
# Search pads
Shell Completions
Enable tab completion for commands, options, and pad titles:
# Bash - add to ~/.bashrc
# Zsh - add to ~/.zshrc
Architecture
This crate is a thin CLI wrapper around the padzapp library. It handles:
- Argument parsing (clap)
- Terminal I/O (stdout/stderr)
- Output formatting and styling
- Dynamic shell completions (clap_complete)
All business logic lives in the padzapp library crate.
Documentation
See the main padz repository for full documentation.