camspiers/snap

is it possible to filter by directory after searching for something

tcoopman opened this issue · 2 comments

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.

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

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