惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
博客园 - 【当耐特】
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
D
Docker
T
The Blog of Author Tim Ferriss
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
罗磊的独立博客
小众软件
小众软件
A
About on SuperTechFans
MyScale Blog
MyScale Blog
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
C
Check Point Blog
L
LangChain Blog

Atuin Community - Latest posts

Is Atuin Desktop orphaned? Strange commented history entries Learnings from the Debian/Ubuntu Package About the Package Maintenance category Bind self-update to "binary platform" along the OS platform History.db not changing, but history is being stored....where? Self-hosted key failure The API request to create the runbook failed Imported [space]commands presentation Error: migration was previously applied but is missing in the resolved migrations Using working directories history to ease navigation Per-directory default filter mode Low statement: execution time exceeded alert threshold Always chronologically ordered history Atuin 18.18.1 replaces my RPS1 Session+ filter behaving differently after upgrade Plans on plugin system for atuin Login fails with "bad protocol version" Smart_sort with daemon-fuzzy SUGGESTION - atuin doctor to print config locations Internationalization [Feature]: Add option to hide filter section or make it with minimal static width Full replace zsh HISTFILE with atuin SUGGESTION - new paramater for command line SUGGESTION - new parameter for the command line Slight Mod to history screen Appreciation to Elli and the team Broken Reset Password for Hub Can't sign up to Hub Up Arrow key to act like the "native" history navigation when invert=true
Fzf output is more correct compared to atuin
KAGEYAM4 · 2026-07-31 · via Atuin Community - Latest posts

1

As can be seen, my target is command as-cmd -b, fzf finds it and also fzf has more results compared to atuin.

I am using fish, atuin is my default, to check fzf in fish i ran fzf --fish | source

image

Does anything in here looks like it matches your description?

KAGEYAM4 4

Mh yeah I see! I also just tried out skim as well and can see the problem.

Just started using atuin myself and come from fzf too, so I can really relate to your pains with this :smiley:

KAGEYAM4 6

Yes, i wanted to see what is matching what, fzf queries search start from beginning of text. i.e if i search for kmo res tem it will match sudo systemctl restart kmonad@ , as can be seen kmo is in fourth word, res is in third word, and tem is second word. The order of query is different from the result.

KAGEYAM4 7

@ellie can you please take a look at this.

Existing issue mentioning this →

ellie 8

Definitely open to exploring this, but the main issue is that existing implementations don’t tend to store and index to disk

Actually one of the very earliest Atuin versions used fzf - there was a very noticeable latency while it built its index on startup

Because of that, we’ve tried to build an approximation with SQL, which is naturally not quite the same

ellie 9

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

  1. Run atuin setup, say yes to the daemon. Good to go.
  2. Edit your config.toml, with the following changes
search_mode = "daemon-fuzzy"

[daemon]
enabled = true
autostart = true

ellie 10

I’ve marked the above as the solution so it shows more clearly for those coming via search engines. Please lmk if it still does not behave as expected

ellie 11

We’re shipping v18.19 on Monday, with an even better daemon fuzzy search. It’s much faster than before