An open API service indexing awesome lists of open source software.

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

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
```