qc (quick-clipboard)
A lightweight CLI tool written in Java which lets the user load any predefined content into the clipboard.
Download
You can always find the latest stable version of qc here or all versions, including pre-releases, here.
Recommended setup
For Windows
- Download and install the latest Java Runtime Environment from the Java website or the Oracle website.
- Extract
qc-version.zip
into any directory (e.g.C:/Users/yourname/UserSoftware/qc
). - Add the directory to your PATH.
For Linux and macOS
- Download and install the latest Java Runtime Environment from the Java website or the Oracle website or install
openjdk-8-jre
with your package manager. - Extract
qc-version.zip
into any directory (e.g.~/UserSoftware/qc
). - Add the directory to your PATH.
- If your OS does not automatically call
qc.sh
when typingqc
, you may want to renameqc.sh
toqc
.
Usage
- Place a text file containing a string to load (a “secret”) inside
~/.qc/secrets
(you can open this directory withqc browse
). - Use
qc [fileName]
to load it. - Use
qc help
for a list of all commands.