add new chinese translations
This commit is contained in:
24
pages.zh/common/tmuxinator.md
Normal file
24
pages.zh/common/tmuxinator.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# tmuxinator
|
||||
|
||||
> 轻松创建和管理 tmux 会话。
|
||||
> 更多信息:<https://github.com/tmuxinator/tmuxinator>。
|
||||
|
||||
- 创建一个新项目:
|
||||
|
||||
`tmuxinator new {{project}}`
|
||||
|
||||
- 编辑一个项目:
|
||||
|
||||
`tmuxinator edit {{project}}`
|
||||
|
||||
- 列出项目:
|
||||
|
||||
`tmuxinator list`
|
||||
|
||||
- 基于项目启动 tmux 会话:
|
||||
|
||||
`tmuxinator start {{project}}`
|
||||
|
||||
- 停止一个项目的 tmux 会话:
|
||||
|
||||
`tmuxinator stop {{project}}`
|
Reference in New Issue
Block a user