Files
oam/knowledge base/atuin.md
2025-07-23 13:19:45 +02:00

71 lines
1.1 KiB
Markdown

# Atuin
Synchronizes the shell history to multiple machines.
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
Replaces the existing shell history with a SQLite database, and records additional context for commands.
It also provides optional synchronisation of the history between machines.<br/>
The files and process is end-to-end encrypted. When enabled, the history is saved in Atuin's or
[self-hosted][server setup] servers.
<!-- Uncomment if used
<details>
<summary>Setup</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
```sh
```
</details>
-->
## Further readings
- [Website]
- [Codebase]
### Sources
- [Documentation]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[codebase]: https://github.com/atuinsh/atuin
[documentation]: https://docs.atuin.sh/
[Server setup]: https://docs.atuin.sh/self-hosting/server-setup/
[website]: https://atuin.sh/
<!-- Others -->