-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use skim instead of fzf #61
Comments
ok, i need to work on this :) |
skim is also usable as a library crate, which means you could just build it into sad without needing it to be installed separately. |
(Please don't remove support for |
I think can just fallback to skim if fzf is not installed since skim can be used to replace fzf. |
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.) |
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.
The text was updated successfully, but these errors were encountered: