From 440c4fc2335d5286d14367e39c99bb4946efe9e3 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 13 Feb 2021 20:21:49 +0000 Subject: Add sessions --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 030af679..6739500a 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,15 @@ 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. - `atuin` manages and synchronizes your shell history! +`atuin` manages and synchronizes your shell history! Instead of storing +everything in a text file (such as ~/.history), `atuin` uses a sqlite database. +This lets us do all kinds of analysis on it! + +As well as the expected command, this stores + +- duration +- exit code +- working directory +- hostname +- time +- a unique session ID -- cgit v1.3.1