Play snake in your shell!
brew install simonwhitaker/tap/shellsnakeIf you have the Go toolchain installed, you can:
go install github.com/simonwhitaker/shellsnake@latestCheck 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):
shellsnakedocker build -t shellsnake .
docker run --rm -it shellsnake:latest