Welcome to Progflow
Progflow is a lightweight CLI tool that lets you define reusable workspace configurations called flows. Each flow captures everything you need to start working on a project: the working directory, editor command, URLs to open, environment variables, and shell. Activate a flow in one command. Stop it and save a note so you never forget where you left off.Installation
Install the single static binary on Linux or Termux
Quick Start
Create and activate your first flow in under two minutes
Command Reference
All six commands with flags, options, and real examples
Flow Configuration
Understand the JSON config format and every field
Use Cases
Real-world examples for development, monitoring, and more
Termux Guide
Run Progflow on Android with Termux
Get up and running
Flows are plain JSON files stored in
~/.config/flow/. You can edit them directly or use progflow edit <name> to open them in your $EDITOR.