gitextract_77deuaep/ ├── .github/ │ └── workflows/ │ ├── docker.yml │ ├── go.yml │ └── release.yml ├── .gitignore ├── .goreleaser.yml ├── Dockerfile ├── LICENSE ├── Makefile ├── README.md ├── commands.go ├── go.mod ├── go.sum ├── shell2telegram.1 ├── shell2telegram.go ├── snapcraft.yaml ├── test-bot.Dockerfile ├── users.go ├── utils.go └── utils_test.go