bin2cpp icon indicating copy to clipboard operation
bin2cpp copied to clipboard

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

Open end2endzone opened this issue 6 years ago • 0 comments

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 avatar Jan 26 '19 14:01 end2endzone