macOS personal cheat sheet
Software
- Homebrew for packages management
- Oh My Zsh for
zsh
configuration - LICEcap for creating GIFs screen captures
- Rectangle for moving, resizing and snapping windows. Even further, Yabai is a tiling window manager using a binary space partitioning
- Keycastr for visualizing keystroke during screencast/recordings
Shortcuts
Shortcut | Result |
---|---|
option + ( or ) |
{ or } |
option + shift + ( or ) |
[ or ] |
option + shift + l |
| |
option + shift + : |
\ |
option + n |
~ |
fn + backspace |
delete |
command + shift + 3..5 |
Screenshots |
Terminal
# Open working directory in Finder
open .
# Pipe text into your clipboard
echo "Some text" | pbcopy