yitsushi / totp-cli

Authy/Google Authenticator like TOTP CLI tool written in Go.

Home Page:http://yitsushi.github.io/totp-cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is the existing credentials file stored?

ds-developers opened this issue · comments

I've successfully assigned a password and created a working OTP entry in the file, now I want to put that file onto shared storage for others to use. Where is the file stored originally if I never set TOTP_CLI_CREDENTIAL_FILE?

Documentation doesn't make it clear, and I can't seem to find any other file used.

It was found in ~/.config/totp-cli/credentials - maybe document that as well?

@ds-developers : Done, it's documented in the README.md file now.

Thanks!