diff options
Diffstat (limited to 'plugins/copydir/README.md')
-rw-r--r-- | plugins/copydir/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/copydir/README.md b/plugins/copydir/README.md new file mode 100644 index 000000000..594bf1065 --- /dev/null +++ b/plugins/copydir/README.md @@ -0,0 +1,10 @@ +# 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. |