@mazhu/clipman
v1.0.0
Published
Clipboard history manager CLI - save, list, get, clear, and watch clipboard changes
Downloads
124
Maintainers
Readme
@mazhu/clipman
Cross-platform clipboard history manager CLI.
Install
npm install -g @mazhu/clipmanUsage
clipman save # Save current clipboard to history
clipman list [n] # List history (last n entries)
clipman get <n> # Print entry #n to stdout
clipman copy <n> # Copy entry #n back to clipboard
clipman clear # Clear all history
clipman watch # Watch clipboard and auto-save changes
clipman help # Show helpHow It Works
- Reads/writes your system clipboard via clipboardy
- History stored in
~/.clipman/history.json - Keeps up to 100 entries
- Deduplicates consecutive saves
License
MIT
