19 lines
587 B
Markdown
19 lines
587 B
Markdown
<h1 align="center">
|
||
A'tuin
|
||
</h1>
|
||
<blockquote align="center">
|
||
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! 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
|