#/bin/bash clip $(oathtool -b --totp "$(pass show otp/$1 | head -n 1)")
Then in my `pass` store I have a `otp` folder where I put the codes for my different services.
So to get the OTP code for paypal for example, I do this:
pass otp paypal
[0]: https://github.com/gopasspw/gopass