oh-my-zsh/plugins/copyfile
Marc Cornellà 00f311a3c1
Add READMEs to plugins copydir and copyfile (#6802)
* Add README to copydir plugin

* Add README to copyfile plugin
2018-05-07 18:00:27 +02:00
..
README.md Add READMEs to plugins copydir and copyfile (#6802) 2018-05-07 18:00:27 +02:00
copyfile.plugin.zsh Add clipcopy() and clippaste() generic cross-platform CLI clipboard functions. 2015-08-18 03:49:51 -04:00

README.md

copyfile plugin

Puts the contents of a file in your system clipboard so you can paste it anywhere.

To use, add copyfile to your plugins array:

plugins=(... copyfile)

Then you can run the command copyfile <filename> to copy the file named filename.