←back to thread

131 points tosh | 1 comments | | HN request time: 0.201s | source
Show context
dmd ◴[] No.44364891[source]
If I explicitly DON’T want sync between machines (my workflows are very machine specific), does atuin give me anything significant over my current fzf based C-r?
replies(4): >>44364910 #>>44364918 #>>44364952 #>>44364998 #
1. ellieh ◴[] No.44364918[source]
Atuin stores much more context than ctrl-r does - exit codes, command duration and directory, etc

Also has functions for filtering command search by directory

Being backed by SQLite tends to mean your history is more durable + is properly saved across shells too