1.2.0 • Published 5 years ago

alfred-iterm-profiles-workflow v1.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

iTerm Profiles Workflow for Alfred 3

PRs Welcome

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

Download workflow here

Or install it with npm:

npm install -g alfred-iterm-profiles-workflow

⚙️ Usage

  1. Enter keyword profile in Alfred, followed by a searchquery to find the profile you need.
  2. Hit and iTerm will open your profile

Preview

🔨 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-link

This 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
1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

7 years ago