6 Commits

Author SHA1 Message Date
Tad Fisher
3ba564ca9f Handle otpauth:// URIs with port numbers 2022-02-12 19:20:15 -08:00
Martin Kletzander
99419824e1 Add support for quiet output of otp code command
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.
2020-09-12 12:49:24 -07:00
Tad Fisher
948c2f04cb Fail for otp code on missing secret (#46) 2018-03-04 11:23:14 -08:00
Tad Fisher
dd7824f431 Add cmd_otp_append for appending OTP secrets to existing passfiles 2017-03-20 13:52:25 -07:00
Tad Fisher
4cc027a139 Generate default passname from URI label; remove url param 2017-03-20 10:55:45 -07:00
Tad Fisher
eecfd18bbe Parse key URIs to generate OTP codes 2017-03-19 21:00:12 -07:00