DEV Community

Dev For
Dev For

Posted on

Released Progflow v0.1.3 🦀!

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 --quiet flag 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                         
Enter fullscreen mode Exit fullscreen mode

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)