padz-cli

Crates.iopadz-cli
lib.rspadz-cli
version0.9.6
created_at2026-01-06 21:18:45.043098+00
updated_at2026-01-07 07:48:24.563694+00
descriptionA fast, project-aware scratch pad for the command line
homepage
repositoryhttps://github.com/arthur-debert/padz
max_upload_size
id2026876
size140,340
Arthur Debert (arthur-debert)

documentation

README

padz-cli

Command-line interface for padz - a fast, project-aware scratch pad.

Installation

cargo install padz-cli

The binary is installed as padz.

Usage

# Create a new pad
padz create "Meeting Notes"

# List all pads
padz

# View a pad
padz view 1

# Search pads
padz search "keyword"

Architecture

This crate is a thin CLI wrapper around the padz library. It handles:

  • Argument parsing (clap)
  • Terminal I/O (stdout/stderr)
  • Output formatting and styling
  • Shell completion scripts

All business logic lives in the padz library crate.

Documentation

See the main padz repository for full documentation.

Commit count: 341

cargo fmt