Introduction
What is wf-cli and why does it exist
wf-cli
A terminal-native alternative to Warp's Workflows. Define parameterized commands in YAML, resolve arguments interactively, and get the final command copied to your clipboard — ready to paste.
You could just use shell aliases. But where's the fun in that?
How It Works
- You write YAML workflow files with
{{placeholders}}in commands - Run
wf— pick one from the interactive menu - Fill in the argument prompts (text, enums, numbers, booleans)
- The resolved command is copied to your clipboard
That's it. That's the whole product. Everything else in this codebase is... architectural enthusiasm.
Quick Start
# Install from crates.io
cargo install wf-cli
# Run — select a workflow, fill in the prompts, paste the result
wf