Unverified Commit 00f311a3 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

Add READMEs to plugins copydir and copyfile (#6802)

* Add README to copydir plugin

* Add README to copyfile plugin
parent 8f0ff4bb
# copydir plugin
Copies the path of your current folder to the system clipboard.
To use, add `copydir` to your plugins array:
```
plugins=(... copydir)
```
Then use the command `copydir` to copy the $PWD.
# 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`.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment