Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add support for quiet output of otp code command | Martin Kletzander | 2020-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. | ||
* | Added docs, test and completion | Morten Linderud | 2020-09-12 |
| | |||
* | Add secret option (#43) | Osamu Matsumoto | 2018-01-21 |
| | | | | | | | | | | * Support insert/append secret directly * Validate issuer and accout name option in secret directly mode * Add test for secret option * Fix up docs | ||
* | Add cmd_otp_append for appending OTP secrets to existing passfiles | Tad Fisher | 2017-03-20 |
| | |||
* | Generate default passname from URI label; remove url param | Tad Fisher | 2017-03-20 |
| | |||
* | Support --echo and reading key from stdin | Tad Fisher | 2017-03-19 |
| | |||
* | Remove otp_insert_spec and related insert commands | Tad Fisher | 2017-03-19 |
| | |||
* | Update documentation. | Tad Fisher | 2017-03-19 |
| | |||
* | Initial commit | Tad Fisher | 2017-02-14 |