Update README.md
This commit is contained in:
parent
301190e427
commit
e0291f6779
1 changed files with 20 additions and 9 deletions
27
README.md
27
README.md
|
@ -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>magical shell history</em>
|
<em>magical shell history</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,18 @@
|
||||||
<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 replaces your existing shell history with a SQLite database, and records
|
||||||
|
additional context for your commands. Additionally, it provides optional and
|
||||||
|
_fully encrypted_ synchronisation of your history between machines, via an Atuin
|
||||||
|
server.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<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,12 +36,9 @@
|
||||||
<em>exit code, duration, time and command shown</em>
|
<em>exit code, duration, time and command shown</em>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[English] | [简体中文]
|
|
||||||
|
|
||||||
Atuin replaces your existing shell history with a SQLite database, and records
|
|
||||||
additional context for your commands. Additionally, it provides optional and
|
|
||||||
_fully encrypted_ synchronisation of your history between machines, via an Atuin
|
|
||||||
server.
|
|
||||||
|
|
||||||
As well as the search UI, it can do things like this:
|
As well as the search UI, it can do things like this:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue