]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/copypath/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / copypath / README.md
1 # copypath plugin
2
3 Copies the path of given directory or file to the system clipboard.
4
5 To use it, add `copypath` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... copypath)
9 ```
10
11 ## Usage
12
13 - `copypath`: copies the absolute path of the current directory.
14
15 - `copypath <file_or_directory>`: copies the absolute path of the given file.