bling / fzf.el

A front-end for fzf
GNU General Public License v3.0
364 stars 49 forks source link

Proposal: Refactoring to fuzzy everything #24

Closed romanodesouza closed 6 years ago

romanodesouza commented 7 years ago

@bling I know you prefer helm or counsel for many things, but what do you think about having Fzf as another option for fuzzing matching?

I like counsel, but helm don't. Helm freezes every single time with me. Fzf is blazing fast and could be used for:

I believe it can coexist with others, and you pick up what is better for you. I would like to help, but let me know what you think, first.

bling commented 7 years ago

i wouldn't mind adding such functionality to fzf.el, #20 has a working poc with recentf, which can be extended to support the rest of the things you mentioned.

unfortunately, i don't have much time to work on this, but open to PRs as always. :)

romanodesouza commented 6 years ago

I'm closing this one because I'm sold to ivy. It's fast enough for all the things mentioned above. fzf is still nice for external things, so maybe I'll work on fzf-grep later.