add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View 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}}`