Amend readme
This commit is contained in:
parent
7b5c3d543d
commit
2dd703d7be
1 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
||||||
Atuin
|
Atuin
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<em>magical shell history</em>
|
||||||
|
</p>
|
||||||
|
|
||||||
<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>
|
||||||
|
@ -10,7 +14,8 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
- store shell history in a sqlite database
|
- store shell history in a sqlite database
|
||||||
- back up e2e encrypted history to the cloud, and synchronize between machines
|
- backup shell history to the cloud
|
||||||
|
- the same history across terminals, across session, and across machines
|
||||||
- log exit code, cwd, hostname, session, command duration, etc
|
- log exit code, cwd, hostname, session, command duration, etc
|
||||||
- smart interactive history search to replace ctrl-r
|
- smart interactive history search to replace ctrl-r
|
||||||
- calculate statistics such as "most used command"
|
- calculate statistics such as "most used command"
|
||||||
|
|
Loading…
Reference in a new issue