Generate, view and store TOTP codes from the command line. Data is encrypted with a password.
You can install via pipx:
pipx install totp-tui
Opens ncurses TUI in current terminal
totp tui
or just
totp
Warning
Prompts for password if run for the first time, and fails if no entries have been added
Add a new entry with
totp add --site <site> --nick <nick> --secret <secret>
List all entries with
totp ls
Most commands can receive an optional --password for easier scripting
Most settings and interface can be changed via totp/config.py