Skip to content

Releases: djsoftware1/clipx

clipx v1.0.0

14 Apr 18:14
a15c419

Choose a tag to compare

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.