This repository contains custom workflows for Warp Terminal.
Note: These workflows are specific to Warp Terminal. However, the underlying commands can be used in any terminal by any developer.
- Name: Create a new Git branch
- Description: Quickly create and switch to a new Git branch
- Usage: Press
Ctrl + Rin Warp, search for "Create a new Git branch" - Parameters:
branch_name- Name of the new branch to create
- Make sure these workflow files are in your
~/.warp/workflows/directory - In Warp terminal, press
Ctrl + Rto open Command Search - Type
w:to filter for workflows or search by workflow name - Select the workflow and provide any required parameters
To add a new workflow:
- Create a new
.yamlfile in this directory - Follow this format:
name: Your Workflow Name command: your-command-here description: Description of what this workflow does arguments: - name: parameter_name description: Parameter description default_value: "default"
- Commit the new workflow to keep track of changes
If you don't use Warp Terminal, here are the raw commands from these workflows:
- Create Git Branch:
git checkout -b branch-name
- Warp Terminal
- "Show global workflows in command search" enabled in Warp Settings > Features