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

Ignoring directories #60

Closed
neuschaefer opened this issue Mar 11, 2016 · 2 comments
Closed

Ignoring directories #60

neuschaefer opened this issue Mar 11, 2016 · 2 comments

Comments

@neuschaefer
Copy link
Contributor

Hello,

I would like to ignore everything that's in (or anywhere below) a specific directory. This currently doesn't seem to be supported, though.
Would you mind implementing it?

Thanks for the useful tool!

@lucasdemarchi
Copy link
Collaborator

A patch for that would be welcome

@anatol
Copy link
Collaborator

anatol commented Mar 11, 2016

You can utilize xargs for this. find -type f -yourfindparameters | xargs codespell

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

3 participants