The dir and files widgets use find for searching, but it may be preferrable to use a different tool, e.g. fd, which is faster and can skip ignored or hidden files.
What
Adds options to configure the commands used for listing files, firectories or history entries.
Examples for alternative commands added to README
In fzf-insert-history, the regex now only matches at start of line, and also matches if the number is followed directly by a *.
Otherwise behaviour stays the same, if the new variables are not set.
Why
The dir and files widgets use
find
for searching, but it may be preferrable to use a different tool, e.g. fd, which is faster and can skip ignored or hidden files.What
fzf-insert-history
, the regex now only matches at start of line, and also matches if the number is followed directly by a*
.