项目主页: https://github.com/sk1418/retmux
自己用了多半年了觉得还行
大概功能:
#Features
- configurable options for (logging, ANSI escapes)
- (non- or) interactive operations (list/delete/restore/backup)
- highlighted output
- most important: tmux sessions backup and restore :)
#What can be backuped/restored?
- sessions : with names, terminal-size
- windows : with name, order, pane split and split layout
- panes : with path and content(up to 100000 line history content) with same look and feel (ANSI escapes)
#What would NOT be backuped/restored?
- the processes/programs running in window or pane at backup time
- the logined user, if the user is not same as the user who started tmux.(e.g. after su)
- command history in each window
- buffer stacks (could be done, but didn't see the need)
简单那中文解释就是能备份我们tmux所创建的session, windows, window name, layout, pane layout, 以及每个window/pane的当前路径, 和里面的文字(保持高亮), 以后可恢复.
可以自己定义备份的名字, 恢复时选择恢复, 具体信息请看主页, 自己试验下就知道了, 没什么依赖要安装.
自己用了多半年了觉得还行
大概功能:
#Features
- configurable options for (logging, ANSI escapes)
- (non- or) interactive operations (list/delete/restore/backup)
- highlighted output
- most important: tmux sessions backup and restore :)
#What can be backuped/restored?
- sessions : with names, terminal-size
- windows : with name, order, pane split and split layout
- panes : with path and content(up to 100000 line history content) with same look and feel (ANSI escapes)
#What would NOT be backuped/restored?
- the processes/programs running in window or pane at backup time
- the logined user, if the user is not same as the user who started tmux.(e.g. after su)
- command history in each window
- buffer stacks (could be done, but didn't see the need)
简单那中文解释就是能备份我们tmux所创建的session, windows, window name, layout, pane layout, 以及每个window/pane的当前路径, 和里面的文字(保持高亮), 以后可恢复.
可以自己定义备份的名字, 恢复时选择恢复, 具体信息请看主页, 自己试验下就知道了, 没什么依赖要安装.