Download a prebuild release and place it somewhere in your path. If you have Go installed you can build it yourself: go install github.com/tjblackheart/andcli@latest.
Usage
Export an encrypted, password protected backup from your app and save it into your preferred cloud provider.
Fire up andcli and point it to this file with -f <path-to-file>. Specify the vault type via -t <file-type>: choose between andotp or aegis. The path and type will get cached, so you have to do this only once.
Enter the encryption password.
Navigate via keyboard, press Enter to view a token and press c top 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.
Implement a search.
Options
Usage of andcli:
-f string
Path to the encrypted vault
-t string
Vault type (andotp, aegis)
-v Show current version