top | item 46563183

(no title)

ilvez | 1 month ago

For command search I've replaced regular search and fzf with atuin. Works especially well with multiple hosts.. https://atuin.sh/

EDIT: The OP fails to mention zsh profiling: zprof. I discovered that atuin is my biggest waster at the moment with like 20ms and rest of the stuff I could clean up.

discuss

order

k_bx|1 month ago

I'm using fzf and it's amazing. What does atuin bring additionally? Looks very similar

Zizizizz|1 month ago

I use atuin for the shell history as it seems to know when I've run a command in one tab/split while another is open where fzf doesn't seem to sync it all the time. But I still use fzf to find files.

(Bonus, I use Zoxide to replace the alt+d cd shortcut as it's much faster, and use https://github.com/Aloxaf/fzf-tab for tab completions in the terminal to become fuzzy, very very useful)

aniforprez|1 month ago

Atuin also has syncing and backups though I've never really felt the need to use it. I prefer keeping histories separate and when I need to share shell commands I just do the usual methods like putting it in a shared text file, send it to myself on a chat app or just looking at the command and typing it out