diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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. </blockquote> - `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 |
