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

Create 'filter' argument to filter files found with 'dir' argument. #29

Open
end2endzone opened this issue Jan 26, 2019 · 0 comments
Open

Comments

@end2endzone
Copy link
Owner

end2endzone commented Jan 26, 2019

The filter could be specified with --filter=<something> and be wildcard based and support characters like * and ?.

For instance:

  • --filter=*.jpg
  • --filter=*.bin
  • --filter=IMG_?????.jpg

This functionality would also provides the ability of generating files in the same directory as the source binary files. Using the filter *.jpg would prevent picking up *.h and *.cpp files from the generators.

@end2endzone end2endzone changed the title Create a 'filter' argument to filter files found with 'dir' argument. Create 'filter' argument to filter files found with 'dir' argument. Jan 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant