Update README.md
This commit is contained in:
parent
a221fd083b
commit
46b5dc3761
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@
|
||||||
Through the fathomless deeps of space swims the star turtle Great A’Tuin, bearing on its back the four giant elephants who carry on their shoulders the mass of the Discworld.
|
Through the fathomless deeps of space swims the star turtle Great A’Tuin, bearing on its back the four giant elephants who carry on their shoulders the mass of the Discworld.
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<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://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/d/atuin.svg?style=flat-square" /></a>
|
||||||
|
<a href="https://github.com/ellie/atuin/blob/main/LICENSE"><img src="https://img.shields.io/crates/l/atuin.svg?style=flat-square" /></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
A'tuin manages and synchronizes your shell history! Instead of storing
|
A'tuin manages and synchronizes your shell history! Instead of storing
|
||||||
everything in a text file (such as ~/.history), A'tuin uses a sqlite database.
|
everything in a text file (such as ~/.history), A'tuin uses a sqlite database.
|
||||||
While being a little more complex, this allows for more functionality.
|
While being a little more complex, this allows for more functionality.
|
||||||
|
|
Loading…
Reference in a new issue