lincheney / fzf-tab-completion

Tab completion using fzf
GNU General Public License v3.0
623 stars 40 forks source link

try use gnu grep for better performance on mac #73

Closed itsjfx closed 1 year ago

itsjfx commented 1 year ago

also use builtin command -v instead of which as there may be different types of which on a system

possibly related to some of the chatter in https://github.com/lincheney/fzf-tab-completion/issues/61 this will speed up the time it takes for fzf to start showing the completion list on mac if ggrep is installed don't believe this is causing the zsh performance issue the person in the gif has

needs a README update suggesting a brew install grep

itsjfx commented 1 year ago

@lincheney

lincheney commented 1 year ago

thanks mate