aapt to buku: add Chinese translation (#4846)

This commit is contained in:
zhouquan
2020-11-04 14:12:56 -06:00
committed by GitHub
parent 7820f75085
commit 8f73cca2e7
28 changed files with 597 additions and 3 deletions

View File

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