add new chinese translations
This commit is contained in:
25
pages.zh/linux/caja.md
Normal file
25
pages.zh/linux/caja.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# caja
|
||||
|
||||
> 在 MATE 桌面环境中管理文件和目录。
|
||||
> 另见:`nautilus`,`dolphin`,`thunar`,`ranger`。
|
||||
> 更多信息:<https://manned.org/caja>。
|
||||
|
||||
- 打开当前用户的主目录:
|
||||
|
||||
`caja`
|
||||
|
||||
- 在单独的窗口中打开特定目录:
|
||||
|
||||
`caja {{path/to/directory1 path/to/directory2 ...}}`
|
||||
|
||||
- 在标签页中打开特定目录:
|
||||
|
||||
`caja --tabs {{path/to/directory1 path/to/directory2 ...}}`
|
||||
|
||||
- 以特定窗口大小打开目录:
|
||||
|
||||
`caja --geometry={{600}}x{{400}} {{path/to/directory}}`
|
||||
|
||||
- 关闭所有窗口:
|
||||
|
||||
`caja --quit`
|
Reference in New Issue
Block a user