Tool/FrameworkDescription
StatsSystem monitor in your menu bar
PearcleanerA free, source-available and fair-code licensed mac app cleaner
Mole🐹 Deep clean and optimize your Mac.
NumiBeautiful calculator app for macOS, Linux & Windows
bottomYet another cross-platform graphical process/system monitor
yabaiA tiling window manager for macOS based on binary space partitioning
AmethystAutomatic tiling window manager for macOS à la xmonad
skhdSimple hotkey daemon for macOS
CapOpen source Loom alternative. Beautiful, shareable screen recordings
Alt-tab-macosWindows alt-tab on macOS
ContainerizationContainerization is a Swift package for running Linux containers on macOS
osx-us-altgr-intlUS keymap with altgr-intl variant for OSX
BackgroundMusicmacOS audio utility: automatically pause your music, set individual apps
localsendAn open-source cross-platform alternative to AirDrop
TomeLocal meeting transcription to Obsidian vault; no cloud, no API keys

Commands

Network

Lsof

sudo lsof -i -P | grep LISTEN | grep :$PORT

Startup Apps

Open Finder, click Go > Go to Folder. Enter /Library/LaunchAgents or /Library/LaunchDaemons.

Schedule

pmset -g sched
# add schedule on weekdays
sudo pmset repeat wakeorpoweron MTWRF 08:00:00
sudo pmset repeat poweron MTWRF 07:50:00
# remove schedule
sudo pmset repeat cancel

Brew

Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple’s operating system, macOS, as well as Linux. The name is intended to suggest the idea of building software on the Mac depending on the user’s taste.

  • Install a package
brew install python@3.11
  • Create a New Brewfile for having all the dependencies
brew bundle dump --no-vscode -f
brew uninstall package
brew autoremove

Colima

colima start
# or
colima start --cpu 6 --memory 6 --disk 20
  • display space disk
colima ssh -- df -h /usr/local
  • start as a service in background
brew services start colima
# or
brew services restart colima

Docker

# see plugins configuration
docker info --format '{{.ClientInfo.Plugins}}'
  • When using Brew for installing docker-cli plugins maybe the path is /opt/homebrew/lib/docker/cli-plugins/

K8s

Raycast

Ente

brew install ente-cli
ente account add
# type auth
ente account list