I just pushed a big update to Progflow,
a lightweight Rust CLI that handles your project "flows."
If you're tired of manually opening your editor, browser tabs, and env vars every time
you switch tasks, this is for you.
What's new in v0.1.3:
- One-liner mode: Create and start flow s with single commands (perfect for scripting/automation).
- Better process handling: No more zombie processes; editors now detach properly.
- macOS & Termux: Now works everywhere, not just Linux.
-
Silent mode: Use the
--quietflag for a cleaner terminal.
Quick Start:
# Create a flow without prompts
progflow new my-app --dir ~/code/app --edit or "nvim ." --urls "https://google.com" --quiet
# Jump in
progflow on my-app
Check it out on GitHub, and let me know what you think!
Repo: https://github.com/Rehanasharmin/Progflow
Website: https://progflowcli.netlify.app
Top comments (0)