gotp is a small cli tool that helps you generate TOTP-Tokens, typically used to secure your account for different services (2FA).
To use this tool, you have to have Go installed. After that, clone the repository and build it using:
go build .
gotp -s [step] -d [digits] <SECRET_KEY_FROM_SERVICE>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.