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/mate.md Normal file
View File

@@ -0,0 +1,24 @@
# mate
> 通用文本编辑器,适用于 macOS。
> 更多信息:<https://macromates.com/>。
- 启动 TextMate
`mate`
- 打开特定文件:
`mate {{path/to/file1 path/to/file2 ...}}`
- 指定文件的文件类型:
`mate --type {{filetype}} {{path/to/file}}`
- 打开特定文件并在编辑完成前等待:
`mate --wait {{path/to/file}}`
- 以特定行和列的光标打开文件:
`mate --line {{line_number}}:{{column_number}} {{path/to/file}}`