Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.49 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.49 KB

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

  1. Download and install the latest Java Runtime Environment from the Java website or the Oracle website.
  2. Extract qc-version.zip into any directory (e.g. C:/Users/yourname/UserSoftware/qc).
  3. Add the directory to your PATH.

For Linux and macOS

  1. 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.
  2. Extract qc-version.zip into any directory (e.g. ~/UserSoftware/qc).
  3. Add the directory to your PATH.
  4. If your OS does not automatically call qc.sh when typing qc, you may want to rename qc.sh to qc.

Usage

  1. Place a text file containing a string to load (a "secret") inside ~/.qc/secrets (you can open this directory with qc browse).
  2. Use qc [fileName] to load it.
  3. Use qc help for a list of all commands.