Skip to content

Instantly share code, notes, and snippets.

@maedi
Last active August 29, 2015 14:21
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 maedi/b9b92cfb2dc5a28d4428 to your computer and use it in GitHub Desktop.
Save maedi/b9b92cfb2dc5a28d4428 to your computer and use it in GitHub Desktop.
My Mac Tricks

##Terminal

Copy the present working directory into Mac OS X clipboard:
pwd|pbcopy

Console view a debug file:
tail -f file.txt or cd ~/Library/Logs/ ln -s /tmp/drupal_debug.txt

Size of current directory:
du -ch | grep total

##UI

Open any file with any app: Command + Option

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