- name
- clipboard-tool
- description
- Perform clipboard-tool operations from the command line.
Clipboard - CLI Utility
Command-line utility for clipboard operations.
Quick Start
clipboard-tool --helpFeatures
- Standard command-line interface
- Common flags and arguments
- Pipe and redirect compatible
- Shell integration
Examples
# Show help
clipboard-tool --help
# Basic usage
clipboard-tool [options] [arguments]
# Pipe input
echo "input" | clipboard-tool [options]