LinuxCommandLibrary

atuin

Store your shell history in a searchable database.

TLDR

Install atuin into your shell

$ eval "$(atuin init [bash|zsh|fish])"
copy


Import history from the shell default history file
$ atuin import auto
copy


Search shell history for a specific command
$ atuin search [command]
copy


Register an account on the default sync server
$ atuin register -u [username] -e [email] -p [password]
copy


Login to the default sync server
$ atuin login -u [username] -p [password]
copy


Sync history with the sync server
$ atuin sync
copy

Copied to clipboard