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

28
pages.zh/common/scd.md Normal file
View File

@@ -0,0 +1,28 @@
# scd
> 专注于Shell集成的文件管理器。
> 更多信息:<https://github.com/cshuaimin/scd>。
- 第一次运行时递归索引路径:
`scd -ar {{path/to/directory}}`
- 切换到特定目录:
`scd {{path/to/directory}}`
- 切换到匹配特定模式的路径:
`scd "{{pattern1 pattern2 ...}}"`
- 显示选择菜单和20个最可能目录的排名
`scd -v`
- 为当前目录添加特定别名:
`scd --alias={{word}}`
- 使用特定别名切换到目录:
`scd {{word}}`