Skip to content

Instantly share code, notes, and snippets.

@davit-khaburdzania
Last active December 18, 2015 21:38
Show Gist options
  • Save davit-khaburdzania/5848600 to your computer and use it in GitHub Desktop.
Save davit-khaburdzania/5848600 to your computer and use it in GitHub Desktop.
OS X features or tips and tricks
⌘ + , => open pereference of application
⌘ + ⇧ + G => get a location bar from which you can directly type in the directory to go to
⌘ + I => Info window shows for the selected item.
⌘ + ⇧ + 4 + space => take screenshoot of choosen window
echo "Helloo" | pbcopy => copy a String to clipboard
pbpaste > newfile.txt => create new file and copy a content of clipboard to it
say what the fuck => text to speach in terminal
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES; killall Finder => Show the full directory path in the Finder window.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment