I have been using `find` with `consult-find`, but it’s a bit slow. I’m wondering if it would be possible to speed it up using some other tool such as `fd`. I noticed that the consult README talks about `consult-fd` but I cannot locate that function anywhere in my version which is I think the latest `0.35`. Can anyone help with this?
Also, similarly, consult-grep is a bit slow. Wondering if one can swap in `ag` for example?
consult-fd exists in the code, see code.
consult-ripgrep also exists in the code, see code.
When did you last update your package?