@sapphy/t-help
v0.1.0
Published
T-Help (th): Modern, safe utility CLI with interactive and TUI modes (beyond just rm)
Downloads
3
Readme
T-Help (th)
Node.js CLI – safe rm with undo, size, find, minimal TUI.
Install
- npm i -g t-help
- or npx -y t-help --help
- dev from repo: node bin/th.js --help
Commands
- th rm [paths...] [--dry-run] [-x pat...] [--mode safe|os|permanent] [--no-confirm] [-i]
- th undo --list | --id
- th size [-x pat...]
- th find <globs...> [-C dir]
- th settings --get | --mode --ui --excludes "a,b"
- th tui
Dev
- Node 18+
- npm i
- node bin/th.js --help
