desktop-osx

homebrew

install homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

install packages

HOMEBREW_NO_AUTO_UPDATE=1 brew install ...
HOMEBREW_NO_AUTO_UPDATE=1 brew install --cask  ...

notifications

osascript -e 'display notification "Body" with title "Title"'

text to voice

say "Hello World"

clipboard

pbpaste > output.txt
pbcopy < input.txt