ytet5uy4 / fzf-widgets

ZLE widgets of fzf
MIT License
87 stars 18 forks source link

Configurable find command #39

Open crater2150 opened 4 years ago

crater2150 commented 4 years ago

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