Pane Title in Tmux

2019-01-29 21:05发布

On my local machine I've got 3 node.js instances running simultaneously. Each has it's own pane in a tmux window called "servers". The problem is that it's not that easy to figure out which node is running in which pane, 'cause their logs are similar.

What I need is a title for every pane. As I got, tmux itself doesn't have the feature: it has only titles for windows and not for panes. Launching a separate tmux session inside every pane for every node.js instance looks like an overkill.

So is there some small program that launches a command, wrapping its output with a specified status bar?

Thanks in advance

7条回答
相关推荐>>
2楼-- · 2019-01-29 21:37

A gif is worth a thousand words. (source)

tmux-xpanes is a tmux-based terminal divider, which supports displaying title for each pane through the newly added -t option.

查看更多
登录 后发表回答