platisd / duplicate-code-detection-tool

A simple Python3 tool to detect similarities between files within a repository
MIT License
162 stars 30 forks source link

Feature request: Option to filter some files from input directory #22

Open akosbalasko opened 1 year ago

akosbalasko commented 1 year ago

It would be nice to have an option to do not run the comparison on all of the files within the directory, but just on a filtered subset of them. Idea to implement: An input argument that could be a regular expression that would be executed on the list of files.

If you don't mind, I would volunteer to implement it too.

platisd commented 1 year ago

Sure, why not? Please feel free to create a PR :+1: