camspiers / snap

A fast finder system for neovim.
The Unlicense
490 stars 17 forks source link

is it possible to filter by directory after searching for something #35

Open tcoopman opened 3 years ago

tcoopman commented 3 years ago

let's say I'm searching for something FooBarClass and it's present in a huge amount of files, is it possible to filter on directory in the results that are currently present.

redlolgeerf commented 3 years ago

I'm not sure, but maybe you are looking for something like this https://github.com/camspiers/snap#grep-with-fzf-as-optional-next-step

camspiers commented 3 years ago

You can create arbitrary next steps with the step API, so yeah I think so. I will try to provide more guidance soon.