←back to thread

131 points tosh | 1 comments | | HN request time: 0.222s | 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 #
Lapel2742 ◴[] No.44364952[source]
> does atuin give me anything significant over my current fzf based C-r

I'm interested in this as well. I currently use fzf and I'm happy with what I've got (except for me syncing would probably be a nice feature to have).

Also: I gave atuin a quick try and found the TUI to be worse than fzf. Why do I need a fullscreen ctrl-r interface? I found that distracting. But maybe that is configurable. I didn't look much further.

replies(1): >>44364965 #
ellieh ◴[] No.44364965[source]
It is configurable!

And also the default is now to use 40 lines, not the alt screen (has its own drawbacks)

You can set “inline_height”

https://docs.atuin.sh/guide/basic-usage/#inline-window

replies(2): >>44364982 #>>44365540 #
1. dmd ◴[] No.44365540[source]
But the inline_height seems to be a constant, rather than a percentage of the window, which is weird.

As long as you're here, do you know if the column showing the amount of time the command took can be removed? I know you can remove it from "atuin history list" with history_format, but I don't see a way to remove it from the inline window.