Can you build a terminal multiplexer using bubble-tea? #678
Unanswered
cakir-enes
asked this question in
Q&A
Replies: 1 comment
-
I believe you can, but BubbleTea won't do the multiplexing for you. Same for tcell I believe. You can use either to make your UI, but the dirty work of managing the child processes is left to you. Don't quote me on this though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, so Im aware this exists #171 (comment) which is nice, but since
ExecProcess
pauses the program its not suitable to use (you wouldnt be able to swith to other panes while you are running your vim on one pane right?)To give more context, I wont be trying to build a full blown terminal multiplexer more like this https://github.com/pvolok/mprocs but you can peek to other running commands output like showing the output in a modal while you are in your editor
Can I build sth like this using bubble-tea or going lower level (idk tcell maybe?) is a must?
Beta Was this translation helpful? Give feedback.
All reactions