Add READMEs to plugins copydir and copyfile (#6802)

* Add README to copydir plugin

* Add README to copyfile plugin
This commit is contained in:
Marc Cornellà 2018-05-07 18:00:27 +02:00 committed by GitHub
commit 00f311a3c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# 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`.