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
Ohmyzsh
9c6b88607e8f2898ba3bc83fdf5cce616c6aec83
9c6b88607e8f2898ba3bc83fdf5cce616c6aec83
Switch branch/tag
ohmyzsh
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
}