Shortcut Link to heading
| Action | Shortcut |
|---|---|
| Capture the entire screen | Shift + Command + 3 |
| Capture a portion of the screen | Shift + Command + 4 |
| Create a new folder | Shift + Command + N |
| Open Screenshot | Shift + Command + 5 |
| Show hidden folders | Command + Shift + . (period) |
CLI Link to heading
| Action | Command | Example |
|---|---|---|
| View all active ports | lsof -i -P -n | grep LISTEN | |
| Search for a specific active port | lsof -i :port | lsof -i :3000 |
| Terminate specific process | pkill -9 process-name | pkill -9 dart |