Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
6a5afc1ff765158f7f48622243b69f20e4f0ae91
6a5afc1ff765158f7f48622243b69f20e4f0ae91
Switch branch/tag
oh-my-zsh
plugins
copydir
copydir.plugin.zsh
Find file
Normal view
History
Permalink
copydir.plugin.zsh
50 Bytes
Edit
Web IDE
Newer
Older
a plugin (function) which copies the current directory into the clipboard
Marko Bauhardt
committed
Apr 08, 2013
1
2
3
function
copydir
{
pwd
|
tr
-d
"
\r\n
"
| pbcopy
}