Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,25 +1,25 @@
# autojump
> 快速跳转,访问次数最多的文件夹优先.
> 使用j、jc、jo作为别名.
> 更多信息: <https://github.com/wting/autojump>.
> 快速跳转,访问次数最多的文件夹优先
> 使用 `j`、`jc`、和 `jo` 作为别名
> 更多信息 <https://github.com/wting/autojump>.
- 跳转到包含指定通配符的目录:
- 跳转到包含指定通配符的目录
`j {{通配符表达式}}`
- 跳转到包含指定通配符的目录的下一级:
- 跳转到包含指定通配符的目录的下一级
`jc {{通配符表达式}}`
- 使用系统文件管理器,打开指定的目录:
- 使用系统文件管理器,打开指定的目录
`jo {{通配符表达式}}`
- 从autojump数据库中删除不存在的目录:
- autojump 数据库中删除不存在的目录
`j --purge`
- 展示autojump数据库数据:
- 展示 autojump 数据库数据
`j -s`