DarthSim / overmind

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

use tmux tabs #38

Open squeedee opened 5 years ago

squeedee commented 5 years ago

As an overmind user I want to start overmind with an option to connect to the tmux session with a tab for each app So that I can monitor and interact with processes in a traditional 'TMUX' way

Additionally, this would allow me to deal with apps that send extended term escapes that clear the screen etc.

squeedee commented 5 years ago

I wrote #38 and #39 to guage feedback from you and the community @DarthSim . I'd be happy to submit pull requests once I understand if these fit the product vision.

We recently hand-rolled a solution similar to Overmind for running/debugging and automated testing of our microservices system. Preferably we can replace our hand-rolled (bash scripted) solution with overmind, assuming our requirements are a good fit.

justin808 commented 4 years ago

@DarthSim any feedback? Would be great if this worked!

DarthSim commented 4 years ago

As far as I understand, you want Overmind to launch tmux client by default without overmind connect. Is that right?

Adeynack commented 2 years ago

The way I get it -- and wish it worked myself -- it's right. A way to launch overmind directly into tmux. Could even be something like: tab 0 = combined output, tab 1-n are the separate processes. That's what I was searching for, when I came accross overmind (which I did not know before today).