atom-fuzzy-grep icon indicating copy to clipboard operation
atom-fuzzy-grep copied to clipboard

can't ignore multiple folders

Open sourcesoft opened this issue 8 years ago • 2 comments

I changed Grep Command String from ag -i --nocolor --nogroup --column --ignore=docs to ag -i --nocolor --nogroup --column --ignore={doc,docs,README.md} just like ack or ag supports that, however now it searches everything and escapes all the options. Is there some other way to achieve ignoring multiple folders?

sourcesoft avatar May 25 '16 12:05 sourcesoft

I can add multiple --ignore for same functionality ag -i --nocolor --nogroup --column --ignore=docs --ignore=README.md and it works fun fixing my problem but can't use brakets

sourcesoft avatar May 25 '16 12:05 sourcesoft

Thanks for report! That's instersting. I didn't use --ignore flag and brackets... but will check why it doesn't work when I'll have a chance.

geksilla avatar May 25 '16 12:05 geksilla