mhulse / dotfizzles

Fo shizzle … Dotfizzles in the hizzay dirz!
15 stars 4 forks source link

Copy PWD to clipboard #222

Closed mhulse closed 5 years ago

mhulse commented 5 years ago
# Copy the PWD to the Clipboard
alias cpwd="pwd | tr -d '\n' | pbcopy && echo 'pwd copied to clipboard'"

https://kyleshevlin.com/bash-shortcut-copy-your-present-working-directory-to-your-clipboard

mhulse commented 5 years ago

Added in house cleaning.