Ecosyste.ms: Awesome
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: 10 days ago
JSON representation
AppleScript for iTerm2 Alfred integration.
- Host: GitHub
- URL: https://github.com/vitorgalvao/custom-alfred-iterm-scripts
- Owner: vitorgalvao
- License: bsd-3-clause
- Created: 2015-07-31T08:48:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T16:26:10.000Z (8 months ago)
- Last Synced: 2024-11-25T13:02:47.334Z (17 days ago)
- Topics: alfred, iterm
- Language: AppleScript
- Homepage:
- Size: 35.2 KB
- Stars: 3,726
- Watchers: 86
- Forks: 454
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - vitorgalvao/custom-alfred-iterm-scripts - AppleScript for iTerm2 Alfred integration. (AppleScript)
- awesome-github-star - custom-alfred-iterm-scripts
README
# Custom Alfred iTerm Scripts
AppleScript for [iTerm2](https://iterm2.com/) [Alfred](https://www.alfredapp.com/) integration.
## Use
1. Copy the script to your clipboard ([see below](#copy-the-script)).
2. Open Alfred Preferences (call Alfred and press ⌘,).
3. Navigate to Features → Terminal → Custom.
4. Set `Application` to `Custom`.
5. Select the text in the box.
6. Paste.
7. Optionally, change the script’s behaviour by changing the `property` lines at the top.### Copy the script
To copy the script to your clipboard, run the following command.
```
curl --silent 'https://raw.githubusercontent.com/vitorgalvao/custom-alfred-iterm-scripts/master/custom_iterm_script.applescript' | pbcopy
```