Usage: totp (help | h | ?) totp version totp (list | ls) totp (lsattr | cat) totp (add | mk | new) [-t ] [-i ] [-a ] [-e ] [-d ] [-l ] [-u] [-b ]... totp (update) [-t ] [-i ] [-a ] [-e ] [-n ] [-d ] [-l ] [-u] [-s] [-b ]... totp (delete | rm) [-f] totp (move | mv) totp pin (set | remove) [-c ] totp notify [...] totp (timezone | tz) [] totp reset totp automation [-k ] [-w ] [...] totp export Commands: help, h, ? Show command usage help version Get application version list, ls List all available tokens lsattr, cat Displays token details add, mk, new Add new token update Update existing token delete, rm Delete existing token move, mv Move token pin Set\change\remove PIN notify Get or set notification method timezone, tz Get or set current timezone reset Reset application to default settings automation Get or set automation settings export Exports and prints all the tokens into URI-list format Arguments: name Token name index Token index in the list new_index New token index in the list notification Notification method to be set. Must be one of: none, sound, vibro timezone Timezone offset in hours to be set automation Automation method to be set. Must be one of: none, usb, bt Options: -t Token type. Must be one of: totp, hotp [default: totp] -i Token initial counter. Applicable for HOTP tokens only. Must be positive integer number [default: 0] -a Token hashing algorithm. Must be one of: sha1, sha256, sha512, steam [default: sha1] -d Token digits count. Must be one of: 5, 6, 8 [default: 6] -e Token secret encoding, one of base32, base64 [default: base32] -l Token lifetime duration in seconds. Applicable for TOTP tokens only. Must be between: 15 and 255 [default: 30] -u Show console user input as-is without masking -b Token automation features to be enabled. Must be one of: none, enter, tab [default: none] # none - No features # enter - Type key at the end of token input automation # tab - Type key at the end of token input automation # slower - Type slower -n Token name -s Update token secret -f Force command to do not ask user for interactive confirmation -c New crypto key slot. Must be between 12 and 100 -k Automation keyboard layout. Must be one of: QWERTY, AZERTY, QWERTZ, Czech, Dvorak, Hungarian, Slovak -w Automation initial delay in seconds. Must be positive float value [default: 0.5]