Update Chinese version README.md (#403)
This commit is contained in:
parent
e0291f6779
commit
b7946cc9cb
1 changed files with 10 additions and 9 deletions
|
@ -1,11 +1,13 @@
|
||||||
<h1 align="center">
|
<p align="center">
|
||||||
Atuin
|
<img height="250" src="https://user-images.githubusercontent.com/53315310/167610618-284491ac-c5d3-4957-9e4b-604bb97e23e6.png"/>
|
||||||
</h1>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<em>神奇的 shell 历史记录</em>
|
<em>神奇的 shell 历史记录</em>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<hr/>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/ellie/atuin/actions?query=workflow%3ARust"><img src="https://img.shields.io/github/workflow/status/ellie/atuin/Rust?style=flat-square" /></a>
|
<a href="https://github.com/ellie/atuin/actions?query=workflow%3ARust"><img src="https://img.shields.io/github/workflow/status/ellie/atuin/Rust?style=flat-square" /></a>
|
||||||
<a href="https://crates.io/crates/atuin"><img src="https://img.shields.io/crates/v/atuin.svg?style=flat-square" /></a>
|
<a href="https://crates.io/crates/atuin"><img src="https://img.shields.io/crates/v/atuin.svg?style=flat-square" /></a>
|
||||||
|
@ -14,6 +16,10 @@
|
||||||
<a href="https://discord.gg/Fq8bJSKPHh"><img src="https://img.shields.io/discord/954121165239115808" /></a>
|
<a href="https://discord.gg/Fq8bJSKPHh"><img src="https://img.shields.io/discord/954121165239115808" /></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
[English] | [简体中文]
|
||||||
|
|
||||||
|
Atuin 使用 SQLite 数据库取代了你现有的 shell 历史,并为你的命令记录了额外的内容。此外,它还通过 Atuin 服务器,在机器之间提供可选的、完全加密的历史记录同步功能。
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="../../demo.gif" alt="animated" width="80%" />
|
<img src="../../demo.gif" alt="animated" width="80%" />
|
||||||
</p>
|
</p>
|
||||||
|
@ -22,11 +28,6 @@
|
||||||
<em>显示退出代码、命令持续时间、上次执行时间和执行的命令</em>
|
<em>显示退出代码、命令持续时间、上次执行时间和执行的命令</em>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[English] | [简体中文]
|
|
||||||
|
|
||||||
Atuin 使用 SQLite 数据库取代了你现有的 shell 历史,并为你的命令记录了额外的内容。此外,它还通过 Atuin 服务器,在机器之间提供可选的、完全加密的历史记录同步功能。
|
|
||||||
|
|
||||||
|
|
||||||
除了搜索 UI,它还可以执行以下操作:
|
除了搜索 UI,它还可以执行以下操作:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -192,4 +193,4 @@ Atuin 以 "The Great A'Tuin" 命名, 这是一只来自 Terry Pratchett 的 Disc
|
||||||
|
|
||||||
|
|
||||||
[English]: ../../README.md
|
[English]: ../../README.md
|
||||||
[简体中文]: ./README.md
|
[简体中文]: ./README.md
|
||||||
|
|
Loading…
Reference in a new issue