24 lines
407 B
Markdown
24 lines
407 B
Markdown
# tmuxinator
|
|
|
|
> 轻松创建和管理 tmux 会话。
|
|
> 更多信息:<https://github.com/tmuxinator/tmuxinator>。
|
|
|
|
- 创建一个新项目:
|
|
|
|
`tmuxinator new {{project}}`
|
|
|
|
- 编辑一个项目:
|
|
|
|
`tmuxinator edit {{project}}`
|
|
|
|
- 列出项目:
|
|
|
|
`tmuxinator list`
|
|
|
|
- 基于项目启动 tmux 会话:
|
|
|
|
`tmuxinator start {{project}}`
|
|
|
|
- 停止一个项目的 tmux 会话:
|
|
|
|
`tmuxinator stop {{project}}` |