CGenie / alfred-pass

Alfred 2 workflow for pass
GNU General Public License v3.0
88 stars 33 forks source link

command `po steam` didn't copy OTP code to clipboard. #31

Closed hsingll closed 2 years ago

hsingll commented 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.

Snipaste_2022-06-03_06-12-47

Command po steam in alfred, no OTP code copied to clipboard.

Snipaste_2022-06-03_06-02-36

But command po others in alfred, OTP code copied to clipboard and notification show up.

Snipaste_2022-06-03_06-07-54

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.