hoc icon indicating copy to clipboard operation
hoc copied to clipboard

Is there a way to filter hoc by a certain pattern?

Open ChameleonTartu opened this issue 6 years ago • 1 comments

It would be nice to filter files by pattern

hoc . -a "dmytro" -i "**/*.java"

or

hoc . -a "dmytro" --include "**/*.js"

ChameleonTartu avatar Jun 26 '19 20:06 ChameleonTartu

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.

vbrandl avatar Nov 16 '25 17:11 vbrandl