Skip to content

Instantly share code, notes, and snippets.

@zaimramlan
Last active September 27, 2016 19:50
Show Gist options
  • Save zaimramlan/2c7df01f2652dffe3a6cbcfaf763f871 to your computer and use it in GitHub Desktop.
Save zaimramlan/2c7df01f2652dffe3a6cbcfaf763f871 to your computer and use it in GitHub Desktop.
Copy and Paste Shell Commands via CLI

To Copy:

$ [COMMANDS] | pbcopy

To cd into path in clipboard:

$ cd $(pbpaste)

To Paste:

$ pbpaste

[COMMANDS] can be:

  • pwd
  • git [OPTIONS]

NOTE: Only tested on Mac OSX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment