
Security News
Feross on TBPN: Socket's Series C and the State of Software Supply Chain Security
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.
github.com/supitsdu/clipper
Advanced tools
Clipper is a lightweight command-line tool written in Go for copying contents to the clipboard. Quickly and easily copy the contents of any file, command output, or even directly pass text to your clipboard inside your favorite terminal, streamlining your workflow and saving you time.
You can install Clipper using the following command:
curl -sSL https://raw.githubusercontent.com/supitsdu/clipper/main/install.sh | sh
Or:
wget -qO- https://raw.githubusercontent.com/supitsdu/clipper/main/install.sh | sh
[!NOTE] If you prefer not to use
curl ... | sh, you can manually download and install Clipper as described below.
To use Clipper, download the appropriate binary for your operating system from the releases page and place it in your desired location.
[!IMPORTANT] Add the location of the binary to your system's PATH environment variable to access Clipper from anywhere on your system.
Long-running operations show a spinner on interactive terminals by default. Use --no-progress to disable it explicitly.
[!IMPORTANT] Legacy aliases like
-Html,-Markdown,-Mime, and-LineNumbersstill work, but the primary interface now uses long flags such as--html,--markdown,--mime, and--line-numbers.
Copy the contents of a file to the clipboard:
clipper README.md
Copy the output of any command:
printf "hello from stdin" | clipper
Directly copy text:
clipper --content "My awesome content!"

clipper --mime --markdown cli/main.go
Copy an entire source tree with a readable structure summary:
clipper --recursive --tree cli
Expand glob patterns and exclude files you do not want:
clipper "tests/**/*.go" --exclude "**/*_test.go"
Filter by extension and size when copying a directory:
clipper --recursive --extension go,md --max-size 256KB .
Disable progress feedback in scripts or other quiet contexts:
clipper --recursive --min-size 10B --no-progress cli
Contributions to Clipper are welcome! Here are a few ways you can contribute:
See CONTRIBUTING.md for the local development workflow, go run usage, validation commands, and changelog/release steps.
To build Clipper from source, install the project toolchain with mise.
mise.toml to pin Go and development tooling.Once mise is installed, clone the repository and run the following commands in the project directory:
mise install
mise run build:all
This will build Clipper for Windows, Linux, and macOS inside the bin directory.
mise run fmt
mise run lint
mise run test
mise run build
mise run build:all
mise run checksums
mise run install:local
mise run test:docs
mise run changelog
mise run changelog:latest
RANGE=v1.5.0..v1.6.0 mise run changelog:range
TAG=v1.6.0 mise run release:notes
Pushing a version tag such as v1.7.0 now also creates or updates the matching GitHub Release, uploads the cross-platform binaries plus a checksum manifest, appends the generated notes and checksums to the release body automatically, and refreshes CHANGELOG.md on the default branch.
Clipper is licensed under the MIT License. Feel free to use, modify, and distribute it for any purpose.
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.

Security News
OSV withdrew 157 OSV malware reports after automated false positives incorrectly flagged trusted npm and PyPI packages, sending bad records into tools that rely on OSV data.

Research
/Security News
TrapDoor crypto stealer hits 36 malicious packages across npm, PyPI, and Crates.io, targeting crypto, DeFi, AI, and security developers.