Limelighter
Limelighter copied to clipboard
A tool for generating fake code signing certificates or signing real ones
any idea why ? 
Update installation steps to install the `Colors` dependency (Per: https://github.com/fatih/color/issues/159)
current version of go wont "get" colors, and wont install either. go get or go install. └─$ /usr/bin/go install github.com/faith/color go: 'go install' requires a version when current directory is...
On latest version of go (`go1.25.0 windows/amd64`) running `go get github.com/fatih/color` leads to the error: ``` go: go.mod file not found in current directory or any parent directory. 'go get'...