Play snake in your shell!
brew install simonwhitaker/tap/shellsnake
If you have the Go toolchain installed, you can:
go install github.com/simonwhitaker/shellsnake@latest
Check the releases page. Download, open the gz/zip file, and run shellsnake
.
Clone this repo, then:
go run .
Then (assuming $(go env GOPATH)/bin
is in your path):
shellsnake
docker build -t shellsnake .
docker run --rm -it shellsnake:latest