tomnomnom / gf

A wrapper around grep, to help you grep for things
MIT License
1.77k stars 312 forks source link

zsh completition for file names #48

Open adityathebe opened 4 years ago

adityathebe commented 4 years ago

As of now, zsh completion only works for the list of patterns. The file name must still be typed manually due to lack of completion.

This pull request solves that.