Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidmchan/custom-alfred-warp-scripts
AppleScript for Warp.dev terminal Alfred integration.
https://github.com/davidmchan/custom-alfred-warp-scripts
Last synced: 12 days ago
JSON representation
AppleScript for Warp.dev terminal Alfred integration.
- Host: GitHub
- URL: https://github.com/davidmchan/custom-alfred-warp-scripts
- Owner: DavidMChan
- License: mit
- Created: 2021-12-03T00:33:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T16:07:21.000Z (8 months ago)
- Last Synced: 2024-12-02T18:58:44.961Z (2 months ago)
- Language: AppleScript
- Size: 9.77 KB
- Stars: 16
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Alfred Warp Scripts
AppleScript for [Warp](https://warp.dev/) [Alfred](https://www.alfredapp.com/) integration.
## Use
1. [Copy the script to your clipboard](#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/DavidMChan/custom-alfred-warp-scripts/master/custom_warp_script.applescript' | pbcopy
```#### Acknowledgements
This is based on the excelent work by Vítor Galvão for iterm [here](https://github.com/vitorgalvao/custom-alfred-iterm-scripts)!
#### License
MIT License