An open API service indexing awesome lists of open source software.

https://github.com/vitorgalvao/custom-alfred-iterm-scripts

AppleScript for iTerm2 Alfred integration.
https://github.com/vitorgalvao/custom-alfred-iterm-scripts

alfred iterm

Last synced: about 2 months ago
JSON representation

AppleScript for iTerm2 Alfred integration.

Awesome Lists containing this project

README

        

# Custom Alfred iTerm Scripts

AppleScript for [iTerm2](https://iterm2.com/) [Alfred](https://www.alfredapp.com/) [integration](https://www.alfredapp.com/help/features/terminal/).

## How To

1. Copy [the script contents](https://raw.githubusercontent.com/vitorgalvao/custom-alfred-iterm-scripts/master/custom_iterm_script.applescript) to the clipboard.
2. Navigate to Alfred Preferences → Features → Terminal.
3. Set `Application` to `Custom`.
4. Select the text in the box.
5. Paste.
6. Optionally change the script’s behaviour by editing the `property` lines at the top.

> [!TIP]
> To quickly copy the script to your clipboard, run the following command in a terminal:
>
> ```
> /usr/bin/curl --silent 'https://raw.githubusercontent.com/vitorgalvao/custom-alfred-iterm-scripts/master/custom_iterm_script.applescript' | pbcopy
> ```