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,29 +1,29 @@
# atuin
> 存储您的 shell 历史记录可搜索的数据库。
> 可选择在机器之间同步加密历史记录。
> 更多信息:<https://atuin.sh/docs/commands>.
> 您的 shell 历史记录存储在可搜索的数据库
> 可选择在不同机器之间同步您的加密历史记录。
> 更多信息:<https://atuin.sh/docs/commands>
- 安装 atuin 到您的 shell:
- atuin 安装到您的 shell 中:
`eval "$(atuin init {{bash|zsh|fish}})"`
- 从 shell 默认历史记录文件导入:
- 从 shell 默认历史文件导入历史记录
`atuin import auto`
- 搜索 shell 历史记录中指定的命令:
- shell 历史中搜索特定命令:
`atuin search {{命令}}`
`atuin search {{command}}`
- 使用指定的用户名,邮箱和密码在默认同步服务器注册账号
- 使用指定的 [u] 用户名、[e] 邮箱和 [p] 密码在默认同步服务器注册一个账户
`atuin register -u {{用户名}} -e {{邮箱}} -p {{密码}}`
`atuin register -u {{username}} -e {{email}} -p {{password}}`
- 登录默认同步服务器:
- 登录默认同步服务器:
`atuin login -u {{用户名}} -p {{密码}}`
`atuin login -u {{username}} -p {{password}}`
- 与同步服务器同步历史记录:
`atuin sync`
`atuin sync`