#productivity #notes #scratchpad

app padz-cli

A fast, project-aware scratch pad for the command line

3 releases

0.9.6 Jan 7, 2026
0.9.5 Jan 7, 2026
0.9.4 Jan 6, 2026

#1294 in Command line utilities

MIT license

180KB
3.5K SLoC

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.

Dependencies

~11–29MB
~444K SLoC