andcli
andcli copied to clipboard
A 2FA TUI for your shell
andcli
View, decrypt and copy 2FA tokens from encrypted backup files directly in your shell. At the moment andcli can handle encrypted backups from the following providers:
Installation
Download a prebuild release and place it somewhere in your $PATH. If you have Go installed you can build it yourself: go install -v github.com/tjblackheart/andcli/cmd/andcli@latest
.
Usage
- Export an encrypted, password protected backup from your 2FA app and save it into your preferred cloud provider (i.e. Dropbox, Nextcloud...).
- Fire up
andcli
and point it to this file with-f <path-to-file>
. Specify the vault type via-t <type>
: choose betweenandotp
oraegis
. The path and type will get cached, so you have to do this only once. - Enter the encryption password.
- To search an entry, type a word. Press
ESC
to clear the current query. - Navigate via keyboard, press
Enter
to view a token and pressc
to copy it into the clipboard (Linux/Mac only). - If you are running Linux: Press the middle mouse button to paste the token. On Mac, hit CMD+v.
TODO
- At the moment it is not possible to copy a token on a Windows machine.
- The test coverage sucks (less).
- ~~Implement a search.~~
Options
Usage of andcli:
-f string
Path to the encrypted vault
-t string
Vault type (andotp, aegis)
-v Show current version
Credits
License
MIT