hoc
hoc copied to clipboard
Is there a way to filter hoc by a certain pattern?
It would be nice to filter files by pattern
hoc . -a "dmytro" -i "**/*.java"
or
hoc . -a "dmytro" --include "**/*.js"
If you don't need the CLI tool for hoc, you can use my webservice hitsofcode.com, there I implemented exclude filters.
I'm thinking of also building a CLI tool based on my logic, that would support exclude filters.