Skip to content

bringmetheaugust/Andy

Repository files navigation

Andy🐼

Description

Unix CLI package for personal tools.

Install

go install andy
Run make help to watch all Makefile commands

Docs

  • Commands🎙

    • docker_http run http server for getting docker containers info

    • graph build cute graph📊 in terminal

    • seabattle play Sea battle⚓ game

      • start start game
    • snake play Snake🐍 game

      • start start game
    • init init package for more friendly usage (generating shell autocomplete)

      • -s STRING set shell type for completion (autocomplete)
  • Options💡

    • --help, -h list of commands, options and flags
    • --version, -v package version

Guides

docker http server API
  • GET /ps to get docker containers status (equal to local docker ps -a)
    • 200: success result
    • 406: failed docker daemon info

Development

  • make run to run application (without build)
  • make build to build compiled application
  • make dev dev mode

About

personal unix helper package

Resources

License

Stars

Watchers

Forks

Releases

No releases published