Crates.io | atuin-dotfiles |
lib.rs | atuin-dotfiles |
version | 18.4.0-beta.3 |
source | src |
created_at | 2024-03-11 16:37:24.623604 |
updated_at | 2024-07-29 14:04:23.730255 |
description | The dotfiles crate for Atuin |
homepage | https://atuin.sh |
repository | https://github.com/atuinsh/atuin |
max_upload_size | |
id | 1169611 |
size | 45,140 |
magical shell history
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server.
exit code, duration, time and command shown
As well as the search UI, it can do things like this:
# search for all successful `make` commands, recorded after 3pm yesterday
atuin search --exit 0 --after "yesterday 3pm" make
You may use either the server I host, or host your own! Or just don't use sync at all. As all history sync is encrypted, I couldn't access your data even if I wanted to. And I really don't want to.
ctrl-r
and up
(configurable) to a full screen history search UIAtuin has a community forum, please ask here for help and support: https://forum.atuin.sh/
Atuin also has a community Discord, available here
This will sign you up for the Atuin Cloud sync server. Everything is end-to-end encrypted, so your secrets are safe!
Read more in the docs for an offline setup, self hosted server, and more.
curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh
atuin register -u <USERNAME> -e <EMAIL>
atuin import auto
atuin sync
Then restart your shell!
[!NOTE]
For Bash users: The above sets up
bash-preexec
for necessary hooks, butbash-preexec
has limitations. For details, please see the Bash section of the shell plugin documentation.
If you find any security issues, we'd appreciate it if you could alert ellie@atuin.sh
Made with contrib.rocks.