DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.82k stars 79 forks source link

Add ability to use `overmind connect` with no argument #124

Closed maschwenk closed 2 years ago

maschwenk commented 2 years ago

I tried attempting this myself but had some issues. It would be nice to run overmind connect without an argument and have overmind connect to some arbitrary process (or the first one that's defined). Sometimes it's nice to not have to remember exactly the names of all the processes.

DarthSim commented 2 years ago

Hey @maschwenk! Added this feature to v2.3.0

maschwenk commented 2 years ago

@DarthSim Thank you so much!