Perhaps like how the Kakoune text editor[0] (discussed a few days ago on HN [1]) uses tmux to manage panes (although that's C++ and just uses the Tmux client[2]).
We're probably going to use it in our robotic software launcher which we are using instead of roslaunch [0]. Since the scripts are Python, it will be convenient to launch all processes in different windows within same session.
This was exactly what i was looking for. With this, i have something like a console, to control the panes, windows
My biggest usecase right now is when i get dropped to a pdb shell, right now i call os.system("tmux split-window ..." ) with specific commands to either open up the source code of the last frame, or to open up a log file dump . Using libtmux would be easier and cleaner.
9 comments
[ 3.1 ms ] story [ 35.0 ms ] thread[0]: http://kakoune.org/
[1]: https://news.ycombinator.com/item?id=13165919 (the article has a video of panes)
[2]: https://github.com/mawww/kakoune/blob/f7e2bfd76fc1629ffd4e16...
[0]: https://tmuxp.git-pull.com/en/latest/ [1]: http://www.teamocil.com
[0] http://wiki.ros.org/roslaunch
My biggest usecase right now is when i get dropped to a pdb shell, right now i call os.system("tmux split-window ..." ) with specific commands to either open up the source code of the last frame, or to open up a log file dump . Using libtmux would be easier and cleaner.
https://news.ycombinator.com/newswelcome.html
https://news.ycombinator.com/newsguidelines.html