weasel icon indicating copy to clipboard operation
weasel copied to clipboard

Lightweight license checker.

Results 4 weasel issues
Sort by recently updated
recently updated
newest added

Testcase (run against a reasonably large repo like [apache/trafficcontrol](/apache/trafficcontrol)): ```shell set -o monitor #enable job control file=an-arbitrary-file; touch $file; weasel& echo sleeping; sleep 2; rm $file; echo removed file; fg;...

On Windows (from a `cmd` shell) I'm running `weasel` like C:\Users\sebastian\Downloads\weasel-0.0.3-windows-amd64>weasel.exe -a -d . C:\Dev\oss-review-toolkit to only scan the root of `C:\Dev\oss-review-toolkit`, which yields In directory: C:\Dev\oss-review-toolkit Error Unknown! ..\..\Users\sebastian\Downloads\weasel-0.0.3-windows-amd64\weasel.exe

go get is no longer recommended for installing libraries in Go 1.17+ and should be replaced with go install.

Go get is deprecated https://go.dev/doc/go-get-install-deprecation