summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1a4b2701..a0fc9be7 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,17 @@
<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>
-
+
+<p align="center">
+ <img src="demo.gif" alt="animated" width="80%" />
+</p>
+
+<p align="center">
+<em>exit code, duration, time and command shown</em>
+</p>
+
- store shell history in a sqlite database
-- backup shell history to the cloud
+- backup encrypted shell history to the cloud
- the same history across terminals, across session, and across machines
- log exit code, cwd, hostname, session, command duration, etc
- smart interactive history search to replace ctrl-r