just an update for you all!
with the release of 18.13.2, we now ship a new search mode. This is much more like the search you’d get with fzf, as it uses nucleo behind the scenes. It requires that you use the Atuin Daemon - it keeps a search index warm and in-memory, so that it doesn’t require building from scratch every time
To enable, you have two options
- Run
atuin setup, say yes to the daemon. Good to go. - Edit your
config.toml, with the following changes
search_mode = "daemon-fuzzy"
[daemon]
enabled = true
autostart = true