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

View File

@@ -1,25 +1,25 @@
# autojump
> 快速跳转,访问次数最多的文件夹优先
> 使用 `j`、`jc`、和 `jo` 作为别名
> 更多信息:<https://github.com/wting/autojump>.
> 快速跳转到您访问最多的目录
> 提供像 j 或 jc 这样的别名,以减少输入
> 更多信息:<https://github.com/wting/autojump>
- 跳转到包含指定通配符的目录:
- 跳转到包含给定模式的目录:
`j {{通配符表达式}}`
`j {{pattern}}`
- 跳转到包含指定通配符的目录的下一级
- 跳转到当前目录中包含给定模式的子目录(子文件夹)
`jc {{通配符表达式}}`
`jc {{pattern}}`
- 使用系统文件管理器打开指定的目录:
- 在操作系统文件管理器打开包含给定模式的目录:
`jo {{通配符表达式}}`
`jo {{pattern}}`
- 从 autojump 数据库中删除不存在的目录:
`j --purge`
- 示 autojump 数据库数据
- 示 autojump 数据库中的条目
`j -s`
`j -s`