Atuin: Difference between revisions

Sheevy (talk | contribs)
m typo
Xiutik (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{note|This page is a WIP}}
{{wip|date=11 March 2025}}


[https://atuin.sh/ Atuin] replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, Atuin (optionally) syncs your shell history between all of your machines.
[https://atuin.sh/ Atuin] replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, Atuin (optionally) syncs your shell history between all of your machines.
Line 66: Line 66:
   programs.zsh = {
   programs.zsh = {
     enable = true;
     enable = true;
     autosuggestions.enable = true; # Enable autosuggestions
     autosuggestion.enable = true; # Enable autosuggestions
   };
   };
   programs.atuin = {
   programs.atuin = {