slr Ondrej Sika & SikaLabs
Use this command to install slr:
winget install --id=sikalabs.slr -e SikaLabs Random Utils
winget install --id=sikalabs.slr -e SikaLabs Random Utils
SikaLabs (sikalabs.com) | Ondrej Sika (sika.io)
slr is very similar tool to slu (sikalabs/slu) but it's for random stuff that doesn't fit into slu. We dont want to put random hacks to slu so we created slr to be able to easily distribute our random scripts, tools and utils.
If something is useful for more cases we will move it to slu.
Linux AMD64
curl -fsSL https://raw.githubusercontent.com/sikalabs/slr/master/install.sh | sudo sh
Using slu
slu install-bin slr
Install latest release using Go
go install github.com/sikalabs/slu/cmd/slu@latest
Install version of master branch using Go
go install github.com/sikalabs/slu/cmd/slu@master
Install on Mac
brew install sikalabs/tap/slr
Install on Windows unsing scoop
scoop install https://raw.githubusercontent.com/sikalabs/scoop-bucket/master/slr.json
You can create new command from cmd/example.
Update version in version/version.go using slu, create new tag and push it.
make release