Files
tldr/pages.zh/common/scd.md

28 lines
503 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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}}`