wincent / ferret

🐀 Enhanced multi-file search for Vim
BSD 2-Clause "Simplified" License
693 stars 22 forks source link

Port to Lua #73

Open nomasprime opened 4 years ago

nomasprime commented 4 years ago

You know you want to 😄

wincent commented 4 years ago

Heh... 😂

wincent commented 2 years ago

I'm thinking I want to... I confess to not having profiled, but I've always suspected that the slow bit was the actually searching itself, and rg is about as quick as it gets. But in the event that many, many results are returned, processing those in Lua might result in some user-perceptible improvement in the "snappiness factor", so I think I may have to do this...

RayZ0rr commented 1 year ago

There's nvim-spectre and replacer that provides some similar functionalities for reference.

Also, the great fzf-lua and telescope has grep functions with send_to_quickfix actions