From 11a23144ad189b6befee2332383188dbffecee6c Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Tue, 22 Feb 2022 11:18:43 +0100 Subject: feat(copypath): add plugin to copy file paths to clipboard (#7569) Closes #7569 Closes #10714 --- plugins/copypath/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/copypath/README.md (limited to 'plugins/copypath/README.md') diff --git a/plugins/copypath/README.md b/plugins/copypath/README.md new file mode 100644 index 000000000..1e5a463a6 --- /dev/null +++ b/plugins/copypath/README.md @@ -0,0 +1,15 @@ +# copypath plugin + +Copies the path of given directory or file to the system clipboard. + +To use it, add `copypath` to the plugins array in your zshrc file: + +```zsh +plugins=(... copypath) +``` + +## Usage + +- `copypath`: copies the absolute path of the current directory. + +- `copypath `: copies the absolute path of the given file. -- cgit v1.2.3-70-g09d2