在我的本地机器上,我有3个 node.js 实例同时运行。在名为“服务器”的 tmux 窗口中,每个窗口都有自己的窗格。问题是,要找出哪个节点在哪个窗格中运行并不容易,因为它们的日志相似。
我需要的是每个窗格的标题。正如我得到的,tmux 本身没有这个特性: 它只有窗口的标题,而没有窗格的标题。在每个面板中为每个 node.js 实例启动一个单独的 tmux 会话看起来有点过了。
So is there some small program that launches a command, wrapping its output with a specified status bar?
先谢谢你