alfred-iterm-profiles-workflow
v1.2.0
Published
An Alfred 3 workflow to easily search and open iTerm profiles
Maintainers
Readme
iTerm Profiles Workflow for Alfred 3
Search through your iTerm profiles using Alfred and easily open one. Extremely useful if you have a lot of profiles, e.g. with an SSH command for each server.
🔧 Installation
Or install it with npm:
npm install -g alfred-iterm-profiles-workflow⚙️ Usage
- Enter keyword
profilein Alfred, followed by a searchquery to find the profile you need. - Hit and iTerm will open your profile

🔨 Development
When developing an Alfred workflow, you can call alfred-link directly from your cli. Use npx to call the local installation of alfred-link and alfred-unlink.
$ npx alfred-linkThis will create a symlink in the Alfred workflows directory pointing to your development location without transforming info.plist.
To remove the symlink afterwards, you can call alfred-unlink.
$ npx alfred-unlink