More Mac OS Tips

Some Mac Tips...

Copy and Paste

  • To paste a path into an Open dialog do:

    ⌘ + SHIFT + G

to open the go to dialog, then:

CTRL + V

to paste.

Links

Create a link to an application so I can easily run from a shell:

ln -s "/Applications/Sublime\ Text.app/Contents ...
more ...