totp-cli

TOTP CLI tool for generating time-based one-time passwords like Authy

brewmacoslinux
Try with needOr install directly
Source

About

Authy/Google Authenticator like TOTP CLI tool written in Go

Commands

totp-cli

Examples

Generate a TOTP code for a stored secret$ totp-cli generate <secret-name>
Add a new secret for TOTP generation$ totp-cli add <secret-name> <secret-key>
List all stored TOTP secrets$ totp-cli list