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

24
pages.zh/osx/cot.md Normal file
View File

@@ -0,0 +1,24 @@
# cot
> macOS 的纯文本编辑器。
> 更多信息:<https://coteditor.com/>.
- 启动 CotEditor:
`cot`
- 打开特定文件:
`cot {{path/to/file1 path/to/file2 ...}}`
- 打开一个新的空文档:
`cot --new`
- 打开一个特定文件并在关闭之前阻塞终端:
`cot --wait {{path/to/file}}`
- 打开一个特定文件,并将光标放置在特定行和列:
`cot --line {{1}} --column {{80}} {{path/to/file}}`