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

https://github.com/figbug/ccopyppaste

Cut, Copy, Paste for the command line
https://github.com/figbug/ccopyppaste

Last synced: about 2 months ago
JSON representation

Cut, Copy, Paste for the command line

Awesome Lists containing this project

README

        

ccopyppaste is a set of command line utilities that bridges the gap between the GUI and the command line.

It allows you to copy/cut from the command line and paste into explorer and other GUI applications and vise versa.

It works with files and text.

Usage:

ccopy *.txt // copy all txt files to clipboard, can be pasted in explorer
dir | ccopy // copy output of dir to clipboard, can be pasted in notepad
ppaste // pastes files on clipboard to currect directory or text on clipboard to console (-v outputs filenames on clipboard to console)

Released under BSD License

Download:
http://downloads.rabien.com/ccopyppaste.zip