Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwawrzyniak/qc
qc (quick-clipboard) is a lightweight CLI tool to copy the content of any text file to the clipboard.
https://github.com/nwawrzyniak/qc
cli cli-app clipboard clipboard-manager command-line copy java paste
Last synced: about 1 month ago
JSON representation
qc (quick-clipboard) is a lightweight CLI tool to copy the content of any text file to the clipboard.
- Host: GitHub
- URL: https://github.com/nwawrzyniak/qc
- Owner: nwawrzyniak
- License: other
- Created: 2021-04-25T15:18:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T06:45:51.000Z (about 2 months ago)
- Last Synced: 2024-11-16T07:20:21.168Z (about 2 months ago)
- Topics: cli, cli-app, clipboard, clipboard-manager, command-line, copy, java, paste
- Language: Java
- Homepage: https://nwawsoft.com/qc/
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](https://github.com/nwawrzyniak/qc/releases/latest) or [all versions, including pre-releases, here](https://github.com/nwawrzyniak/qc/releases).## Recommended setup
### For Windows
1. Download and install the latest Java Runtime Environment from [the Java website](https://www.java.com/en/download/manual.jsp) or [the Oracle website](https://www.oracle.com/java/technologies/downloads/#java8).
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](https://www.java.com/en/download/manual.jsp) or [the Oracle website](https://www.oracle.com/java/technologies/downloads/#java8) 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.