mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-21 05:43:31 +02:00
00f311a3c1
* Add README to copydir plugin * Add README to copyfile plugin
267 B
267 B
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.