https://github.com/etcetra7n/ccon
ccon is a software that can copy a file into your clipboard
https://github.com/etcetra7n/ccon
clipboard clipboard-copy command-line-tool copy-paste copy-to-clipboard cpp nsis utility windows
Last synced: about 2 months ago
JSON representation
ccon is a software that can copy a file into your clipboard
- Host: GitHub
- URL: https://github.com/etcetra7n/ccon
- Owner: etcetra7n
- License: gpl-3.0
- Created: 2022-01-25T08:41:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T17:08:35.000Z (about 1 year ago)
- Last Synced: 2025-07-07T19:49:10.752Z (about 1 year ago)
- Topics: clipboard, clipboard-copy, command-line-tool, copy-paste, copy-to-clipboard, cpp, nsis, utility, windows
- Language: NSIS
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CCON
CCON (Copy CONtent) (pronounce 'see-kon') is a software that can copy a
file into your clipboard
Currently we support only windows system. But you can manually build the
software on pretty much any system
#### Features
- You can right click on any file type to click "Copy content" to copy its
content
- You can create a Clipboard State File, which is basically a text file with
the extension '.cpy'. You can write any information you want in this file,
and you can quickly access this information, just by double clicking it
(this will copy the file content to your clipboard)
**Note**: All the above features will only work if you install ccon using the
setup wizard executable which can be downloaded from the
[release page](https://github.com/etcetra7n/ccon/releases/latest)
#### Command Line Usage
```shell
$ ccon file.txt
```