Skip to content
/ qc Public

qc (quick-clipboard) is a lightweight CLI tool to copy the content of any text file to the clipboard.

License

Notifications You must be signed in to change notification settings

nwawrzyniak/qc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

qc (quick-clipboard) is a lightweight CLI tool to copy the content of any text file to the clipboard.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages