homebrew
homebrew cask
Homebrew Cask extends Homebrew and brings its elegance, simplicity, and speed to the installation and management of GUI macOS applications such as Atom and Google Chrome.
1
brew install firefox
font
1
2
brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font
iTerm2
Raycast
Finder
按住 ⌘ 键,可将文件夹或应用拖到工具栏。
⌘ + ⇧ + . - toggle hidden files
Utils
Grapher
自带的函数绘图工具
Digital Color Meter
CLI
sips
自带的 image resizer
1
sips --resampleWidth 500 path/to/images
open
open files and directories
say
Convert text to audible speech
1
2
3
say "你好" -v "Ting-Ting"
say -f file.txt -v "Mei-Jia" --progress
pbcopy & pbpaste
provide copying and pasting to the pasteboard (the Clipboard) from command line
其他
SizeUp
AltTab
https://alt-tab-macos.netlify.app
https://github.com/lwouis/alt-tab-macos
键盘符号
| ⌘ | command | Win | 
| ⌃ | control | Ctrl | 
| ⌥ | option | Alt | 
| ⇧ | shift | Shift | 
| ⇪ | caps lock | Caps Lock | 
| ⎋ | esc | Esc | 
| ⌫ | delete | Backspace | 
快捷键
| ⌘ + ⇧ + 5 | 高级截图 | 
| ⌘ + ⌥ + Q | 锁定屏幕 | 
| ⌘ + , | 偏好设置 |