CLI TOTP Viewer
Read a Flauth backup file and print current TOTP codes in the terminal.
Build
Output:
Environment variables
FLAUTH_BACKUP_FILE: required, path to the.flauthbackup fileFLAUTH_BACKUP_PASSWORD: required only for encrypted backups
Usage
Show all accounts:
Show accounts matching a filter:
Show accounts from an encrypted backup:
The optional positional argument is a case-insensitive contains filter on issuer and name.
Output
Codes are printed without spaces for easier copying.
Common errors
Backup file is required via FLAUTH_BACKUP_FILE.Encrypted backup requires FLAUTH_BACKUP_PASSWORD.Backup file does not existNo valid accounts found in backup file.
Notes
- Supports plain-text and encrypted Flauth backups
- Only reads backup files; does not modify them
- Filter only checks
issuerandname