This repository contains an Alfred feature for WARP, an alternative terminal for macOS.
The code I provided is an AppleScript that can be used with the Alfred app to open or activate the WARP terminal application and execute specified keystrokes. It first checks if WARP is running and if not, it opens a new window. It then executes the specified keystrokes, which in this case is the input provided by the user. This allows for quick and easy access to WARP through the use of Alfred.
To use this AppleScript code with the Alfred app, follow these steps:
- Open Alfred Preferences
- Click on "Features"
- Click on "Terminal"
- Under "Application," select "Custom"
- Copy and paste the AppleScript code into the text box
After completing these steps, you should be able to activate the script by invoking Alfred and typing in the keyword specified in the Alfred workflow, which should open or activate the Warp application and execute the specified keystrokes.
This Alfred feature was created by mircolik.
This code is released under the GNU General Public License v3.0. See the LICENSE file for more information.
Feel free to modify and distribute this code under the terms of the GPL license. If you make any improvements, we would appreciate a pull request so that others can benefit from your work!