Unix CLI package for personal tools.
go install andy-
-
docker_httprun http server for getting docker containers infostartrun server (default on http://localhost:1991)start -p NUMBERset listening port
-
graphbuild cute graph📊 in terminal -
seabattleplay Sea battle⚓ gamestartstart game
-
snakeplay Snake🐍 gamestartstart game
-
initinit package for more friendly usage (generating shell autocomplete)-s STRINGset shell type for completion (autocomplete)
-
-
--help,-hlist of commands, options and flags--version,-vpackage version
docker http server API
-
GET /psto get docker containers status (equal to localdocker ps -a)200: success result406: failed docker daemon info
make runto run application (without build)make buildto build compiled applicationmake devdev mode