←back to thread

131 points tosh | 4 comments | | HN request time: 0.667s | source
1. pshirshov ◴[] No.44364576[source]
The sync feature is great, though there are many oddities with search sort order, unnecessary terminal cleanups, odd timeouts, etc. In some aspects it's a big upgrade from fzf, in some aspects it's a downgrade.
replies(2): >>44364777 #>>44365062 #
2. jbellis ◴[] No.44364777[source]
The search defaults are pretty bad, but I'm happy with "fuzzy" mode.
replies(1): >>44366123 #
3. electromech ◴[] No.44365062[source]
The sort order is strange, I agree. I forked Atuin awhile back with the goal of adding more strategies, but it was tougher than I expected. IIRC, changing search order involves updating both the DB queries and how the application code interacts with them.
4. pshirshov ◴[] No.44366123[source]
I'm using it, but it's still much less natural than what I had with fzf.