aboutsummaryrefslogtreecommitdiff
path: root/test/code.t
Commit message (Collapse)AuthorAge
* Handle otpauth:// URIs with port numbersTad Fisher2022-02-12
|
* Add support for quiet output of otp code commandMartin Kletzander2020-09-12
| | | | | | | | | When using this option the output of `pass otp -q ...` is predictable and can be further used without parsing even when the password store is a repository as well. This is useful, for example, when using rofi-pass. The patch is written in a way that other commands can optionally use the quiet option for otp_insert as well.
* Fail for `otp code` on missing secret (#46)Tad Fisher2018-03-04
|
* Add cmd_otp_append for appending OTP secrets to existing passfilesTad Fisher2017-03-20
|
* Generate default passname from URI label; remove url paramTad Fisher2017-03-20
|
* Parse key URIs to generate OTP codesTad Fisher2017-03-19