Releases: djsoftware1/clipx
Releases · djsoftware1/clipx
clipx v1.0.0
A minimal, cross-platform productivity-enhancing command-line clipboard utility for quick copy/paste.
Pipe data in and out of your clipboard — simple, fast, and script-friendly.
clipx to copy, clipx -p to paste.
Examples:
# copy README.md to clipboard
cat README.md|clipx
# Quickly create a new file (or append to existing one) from clipboard contents:
clipx -p >> outfile.txt
The included Windows install helper copies to your user .local\bin folder.