
pass-otp
List of commands for pass-otp:
-
pass-otp:tldr:09ae7 pass-otp: Display a QR code using the OTP token stored in a pass file.$ pass otp uri --qrcode ${path-to-pass}try on your machineexplain this command
-
pass-otp:tldr:0e634 pass-otp: Prompt for an otpauth URI token and create a new pass file.$ pass otp insert ${path-to-pass}try on your machineexplain this command
-
pass-otp:tldr:1333d pass-otp: Copy and don't print a 2FA code using the OTP token in a pass file.$ pass otp --clip ${path-to-pass}try on your machineexplain this command
-
pass-otp:tldr:813b7 pass-otp: Prompt for an otpauth URI token and append to an existing pass file.$ pass otp append ${path-to-pass}try on your machineexplain this command
-
pass-otp:tldr:9373a pass-otp: Print a 2FA code using the OTP token in a pass file.$ pass otp ${path-to-pass}try on your machineexplain this command
-
pass-otp:tldr:ff162 pass-otp: Prompt for an OTP secret value specifying issuer and account (at least one must be specified) and append to existing pass file.$ pass otp append --secret --issuer ${issuer_name} --account ${account_name} ${path-to-pass}try on your machineexplain this command