3/21/2026 at 12:21:27 PM
Hmm might be great for some. I’m a Unix philosophy guy, one tool for one job. So far atuin was fine to be a better search history. Now it might be time to look for simpler alternative. Any suggestions? (I’m on zsh)by dc_giant
3/21/2026 at 12:27:25 PM
I tried atuin and then switched back to fzf[0]. It's less features but that's not necessarily a negative.by justech
3/21/2026 at 2:13:30 PM
Fzf doesn't let you sync your shell history, though. I self-host an Atuin server so that I can share that history across my various machines.by kstrauser
3/21/2026 at 2:40:31 PM
To be honest I find the things I do on my "work" laptop are different to the things I do on my "personal" laptop, and different again to what I do on my desktop machine.Regardless of which machine I'm using at any given moment I appreciate having "endless history", and the ability to search/filter it. But despite that I don't think I need to actual sync that.
I'm sure there is value to be had from syncing and making all history unified, but it's never appealed to me particularly.
by stevekemp
3/21/2026 at 3:23:51 PM
Yeah, that's part of the "less features" I mentioned. I don't get any value from syncing shell history, but I can see why it's useful for some.by justech
3/21/2026 at 2:38:32 PM
I also self host my own atuin server. It’s great.I didn’t think syncing terminal history would be very useful until I tried it, but now I have a hard time when I don’t have it.
by doubled112
3/21/2026 at 2:49:35 PM
That was my experience. “Huh, what was that complicate thing I did on the database server?”I have its search bound to ^r and use Fish shell’s own search for most things, with cross-machine search a keystroke away.
by kstrauser
3/21/2026 at 8:23:28 PM
I personally prefer the fzf UX, but I liked atuin's better tracking of history and sync abilities so I combined them: https://github.com/prashantv/atuin-fzfby prashantv
3/21/2026 at 5:41:52 PM
Yup already using fzf for other things will probably just go back for search history too.by dc_giant
3/21/2026 at 1:19:06 PM
I have to ask -- why? Atuin has not gotten any worse at its core history search functionality. All of the new features are entirely opt-in. Why switch?by anamexis
3/21/2026 at 5:41:03 PM
Because to me it feels like it gets more complex in ways I don’t like. It’s a matter of preference. To be honest had I not read about it I might have never noticed it but now I know and will probably go back to fzf.by dc_giant
3/21/2026 at 4:52:05 PM
You can try McFly [1] and Television [2]. I still prefer fzf.by quinncom
3/21/2026 at 1:56:25 PM
not zsh .. plugging my bash script [1] (and gnome task bar UI) - to start a gnome terminal with a different named history file. [1]: https://github.com/appsmatics/gtsh-histby hakcermani
3/21/2026 at 1:17:03 PM
AI appears to be opt inby grosswait
3/21/2026 at 1:39:44 PM
What here takes them over the complexity threshold?by dcre