raycast / script-commands

Script Commands let you tailor Raycast to your needs. Think of them as little productivity boosts throughout your day.
https://raycast.com
MIT License
5.95k stars 885 forks source link

Script for open a iterm window with a specific profile #938

Closed sunrisewestern closed 3 months ago

sunrisewestern commented 4 months ago

Description

This script command opens a specific iTerm2 profile. It checks if iTerm2 is already running and, if not, it starts iTerm2 and closes the default window before opening a new window with the specified profile.

Type of change

Dependencies / Requirements

This script requires iTerm2 to be installed on your macOS system.

Checklist

dehesa commented 3 months ago

Thanks again @sunrisewestern