Loading tool…
cheatsheet
open .Open current directory in Finder
open file.txtOpen a file with its default application
ls -aList all files including hidden ones
pbcopy < file.txtCopy file content to clipboard
pbpaste > file.txtPaste clipboard content to file
defaults write com.apple.finder AppleShowAllFiles TRUE; killall FinderShow hidden files in Finder
defaults write com.apple.finder AppleShowAllFiles FALSE; killall FinderHide hidden files in Finder
caffeinatePrevent your Mac from sleeping
say 'Hello there'Make your Mac speak
mdfind 'search term'Search for files using Spotlight index
sudo shutdown -h nowShutdown Mac immediately
sudo rebootReboot Mac immediately
top -o cpuView processes sorted by CPU usage
killall 'App Name'Force quit an application
diskutil listList all attached disks and partitions
pmset -g battShow current battery status
ifconfigShow network interface configuration
networksetup -listallhardwareportsList network hardware ports
scutil --dnsDisplay DNS server information
xcode-select --installInstall Xcode Command Line Tools
Get new cheatsheets & tools in your inbox
No spam — just new releases, occasionally.