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
- Host: GitHub
- URL: https://github.com/figbug/ccopyppaste
- Owner: FigBug
- License: bsd-3-clause
- Created: 2012-01-04T02:30:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-26T20:58:07.000Z (over 12 years ago)
- Last Synced: 2025-02-07T22:34:56.598Z (3 months ago)
- Language: C++
- Homepage:
- Size: 109 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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