Skip to content

Instantly share code, notes, and snippets.

@codeOfRobin
Created October 10, 2018 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeOfRobin/b10db2deefd09b9f49bf12177e496a62 to your computer and use it in GitHub Desktop.
Save codeOfRobin/b10db2deefd09b9f49bf12177e496a62 to your computer and use it in GitHub Desktop.
function towerover --description 'Opens the current folder in Tower.app'
open -a /Applications/Tower.app/ .
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment