Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't ignore multiple folders #30

Open
sourcesoft opened this issue May 25, 2016 · 2 comments
Open

can't ignore multiple folders #30

sourcesoft opened this issue May 25, 2016 · 2 comments

Comments

@sourcesoft
Copy link

sourcesoft commented May 25, 2016

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
Copy link
Author

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

@geksilla
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants