Closed hsingll closed 2 years ago
steam otp uri: otpauth://totp/Steam:XXXX?secret=XXXX&issuer=XXXX&period=30&digits=5
Command pass otp -c "otp/steam:xxxx" in terminal, OTP code copied to clipboard.
pass otp -c "otp/steam:xxxx"
Command po steam in alfred, no OTP code copied to clipboard.
po steam
But command po others in alfred, OTP code copied to clipboard and notification show up.
po others
I found there is a command pass otp -c "$QUERY" in pass-otp.sh,same as which I used in terminal. It really confuses me.
pass otp -c "$QUERY"
pass-otp.sh
steam otp uri: otpauth://totp/Steam:XXXX?secret=XXXX&issuer=XXXX&period=30&digits=5
Command
pass otp -c "otp/steam:xxxx"
in terminal, OTP code copied to clipboard.Command
po steam
in alfred, no OTP code copied to clipboard.But command
po others
in alfred, OTP code copied to clipboard and notification show up.I found there is a command
pass otp -c "$QUERY"
inpass-otp.sh
,same as which I used in terminal. It really confuses me.