With a combination of features all available in Windows Terminal 1.22, you can now add all your favorite Warp Workflows directly to the Windows Terminal.
This works by adding the workflows to your settings via a "settings fragment". You can then open a menu with all these workflows with the openSuggestions
action.
- Go clone
https://github.com/warpdotdev/workflows
cd workflows
py dump-workflows.py > "%localappdata%\Microsoft\Windows Terminal\Fragments\warp-workflows\actions.json"
- Add a keybinding for
openSuggestions
:(it doesn't have to be{ "command": { "action": "showSuggestions", "source": "all" }, "keys": "ctrl+shift+y" },
ctrl+shift+y
- profit
Fair warning - there's a lot of workflows in Warp. You may want to further nest that list of actions under a "name": "workflows"
command. Or you can spit them all into a flat list. Do whatever you like!