andcli
2FA TOTP token manager TUI for the terminal
TLDR
SYNOPSIS
andcli [options] file
DESCRIPTION
andcli is a terminal user interface for managing TOTP two-factor authentication tokens. It reads encrypted backup files exported from popular authenticator apps including andOTP, Aegis, 2FAS, Stratum/Authenticator Pro, KeePass (.kdbx), and ProtonPass, then displays the tokens in an interactive TUI. All data remains in memory and is never written to disk.
Written in Go using the Bubbletea TUI framework, it supports vim-style navigation (j/k), fuzzy search (/), token visibility toggling (Enter), and clipboard copying (c/y).
PARAMETERS
-t, --type type
Vault type: aegis, andotp, twofas, stratum, keepass, or proton-c, --clipboard-cmd command
Custom clipboard command (e.g., xclip, pbcopy)--passwd-stdin
Read decryption password from stdin-v, --version
Print version information-h, --help
Print help information
CAVEATS
Only TOTP entries are supported; HOTP and other OTP types are not. Requires a password-protected encrypted backup file from a supported authenticator app.
HISTORY
andcli was created by tjblackheart as an open-source Go project under the MIT license. The name derives from andOTP, one of the originally supported vault formats.

