sad icon indicating copy to clipboard operation
sad copied to clipboard

Use skim instead of fzf

Open jtrv opened this issue 3 years ago • 5 comments

Can you add support or a config option to add the rust implemented fuzzy finder "skim"? I believe it uses the same flags and syntax.

jtrv avatar Apr 07 '21 08:04 jtrv

ok, i need to work on this :)

ms-jpq avatar Apr 11 '21 19:04 ms-jpq

skim is also usable as a library crate, which means you could just build it into sad without needing it to be installed separately.

ssokolow avatar May 27 '21 18:05 ssokolow

(Please don't remove support for fzf.)

NightMachinery avatar May 28 '21 09:05 NightMachinery

I think can just fallback to skim if fzf is not installed since skim can be used to replace fzf.

pickfire avatar Dec 29 '21 08:12 pickfire

What if we have fzf installed for something that only supports it, but we prefer skim where supported? There should be an option for that.

(eg. so in-process operation can result in improved I/O access patterns to load skim compared to fzf.)

ssokolow avatar Dec 29 '21 08:12 ssokolow