Show HN: Zsh plugin to switch macOS Terminal.app profiles
2 points
1 hour ago
| 1 comment
| github.com
| HN
I wrote a small Zsh plugin that lets you switch macOS Terminal.app profiles directly from the command line.

It's useful if you color-code environments (prod, staging, dev) or when you have a lot of terminals open of the same thing — multiple Claude or Codex sessions, SSH connections, or different projects — and want a quick visual way to tell them apart.

Type `profile` and press Tab to see and autocomplete all available Terminal.app profiles.

sfcodes
1 hour ago
[-]
I've been using this little helper for years. A buddy saw it the other day while I was doing some multi-Claudeing and suggested I share it, so I cleaned it up a bit and put it on GitHub.
reply