DarthSim / overmind

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

Order of opened tabs is inconsistent #72

Closed nachokb closed 4 years ago

nachokb commented 4 years ago

When having more than one entry in the Procfile, every time overmind is started, tabs show up in different order.

Maybe deciding to show them in a specific order (say, alphabetically) is enough?

DarthSim commented 4 years ago

Fixed in v2.1.1. Now processes in tmux are ordered the same way as in Procfile.