Thursday, August 4, 2022

Aperito v1.4

I had avoided adding an "include" command (to complement he "exclude" command) because I thought that we could include specific files by using negative lookaheads in the regex. Turns out Go doesn't support those so version 1.4 adds an "include" command to scan only files that match a regex.


 The latest version can be downloaded from here, and the signature from here.

Popular Posts