\n\n# OTP_\nA command line based one-time password manager that allows you to easily retreive and store one-time passwords. Secrets are stored using the operating system's keyring, so sensitive information is encrypted.\n\n\n## Commands\n### Show\nThe show command shows a stored one-time password:\n
\n \n
\n\nNames are case-insensitive to help prevent typos involving case. If you want to quickly get a one-time password for a secret, for testing or development purposes, just run `otp show --secret [SECRET]` to see its corresponding TOTP code.\n\nCodes are updated in real-time, and they are hidden upon exit (`CTRL-C` or `q`).\n\n### Write\nThe write command allows you to store new one-time passwords:\n
\n \n
\nMost of the features here roughly follow the Google Authenticator application, allowing you to store issuers and emails to distinguish multiple one-time passwords from the same website.\n\n### Update\nThe update command allows you to amend or change details of a one-time password. Changing the secret will prompt you to confirm, as it is a potentially dangerous action.\n