abduco: add Chinese translation

italian
Starccy 2019-02-25 16:39:50 +08:00 committed by Agniva De Sarker
parent 1c66acf268
commit d6dd5f1b72
1 changed files with 23 additions and 0 deletions

23
pages.zh/common/abduco.md Normal file
View File

@ -0,0 +1,23 @@
# abduco
> 终端会话管理器.
- 列出会话:
`abduco`
- 附加到一个会话,如果不存在则新建它:
`abduco -A {{name}} {{bash}}`
- 使用`dvtm`附加到一个会话,如果不存在则新建它:
`abduco -A {{name}}`
- 从一个会话中分离:
`Ctrl + \`
- 以只读模式附加到一个会话:
`abduco -Ar {{name}}`