overmind icon indicating copy to clipboard operation
overmind copied to clipboard

use tmux tabs

Open squeedee opened this issue 5 years ago • 4 comments

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 avatar Nov 21 '18 14:11 squeedee

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.

squeedee avatar Nov 21 '18 14:11 squeedee

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

justin808 avatar Feb 03 '20 02:02 justin808

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

DarthSim avatar Feb 03 '20 08:02 DarthSim

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).

Adeynack avatar Feb 21 '22 09:02 Adeynack