aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-26Add passage supportHEADmasterNicholas Johnson
2022-02-12README.md: Add example use of wl-clipboard to get QR from clipLeonard Janis Robert König
2022-02-12Handle otpauth:// URIs with port numbersTad Fisher
2022-02-12Update sharnessTad Fisher
2022-02-12Handle -c/--clip in cmd_otp_uriTad Fisher
2022-02-12flake: Add derivation for pass with local otp buildTad Fisher
2022-02-12Add Github workflowTad Fisher
2022-02-12Resolve some shellcheck warningsTad Fisher
2022-02-12Add Nix flakeTad Fisher
2022-01-22update link for ZBarMohit Agarwal
Quoting from the README at the new link: > As its development stopped in 2012, I took the task of keeping it updated with the V4L2 API. This is the main repository for it.
2020-11-29remove now redundant env varapiraino
2020-11-29Fix extension dir env varapiraino
2020-11-29Use standard XDG bash completion dirapiraino
2020-11-29even more helpfulapiraino
2020-11-29be more helpfulapiraino
2020-11-29update READMEapiraino
2020-09-12Add support for using Pass::OTPJan Baier
Pass::OTP is alternative implementation of One-time passwords with more features, namely it can support parsing otpauth:// links and custom character classes. This can close #97
2020-09-12OpenBSD patches to installerkousu
2020-09-12README: Also describe how to use zbarcamNiklas Hambüchen
I find this one of the most common use cases.
2020-09-12changed path to the crux portMalte Kiefer
2020-09-12add Fedora install instructionsaxel simon
2020-09-12Add support for quiet output of otp code commandMartin Kletzander
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-12Mention that GNU make is required to run make testMateusz Piotrowski
2020-09-12Mention browser supportLucid One
It's probably worth mentioning to new users that `passff` now supports using `pass-otp` for OTP authentication.
2020-09-12Do not remove password when new line is missingVincent Bernat
If the password file doesn't end with a new line, the last line is ignored because `read -r` will return a non-zero status, while still setting the `$line` variable. Some implementations of pass, like `gopass` do not create a password file ending with a new line. Therefore, using `pass otp append` on these files will result in the password being remove from the file. To fix that, we ensure we insert the new line if it is missing. I have added a test, but this is not enough to catch the problem because `pass` will add the new line even when it is missing (for example, using `echo -n | pass insert -e passfile` won't help to trigger the bug).
2020-09-12Added docs, test and completionMorten Linderud
2020-09-12Added path_prefix for insertionsMorten Linderud
Signed-off-by: Morten Linderud <morten@linderud.pw>
2020-06-12Merge pull request #113 from apiraino/fix-uninstallTad Fisher
Fix uninstall script
2020-05-06Fix uninstall scriptapiraino
2018-12-22Update install instructions for macOS/BrewLoic Pefferkorn
2018-11-15Version 1.2.0Tad Fisher
2018-11-15Update Nix instructionsTad Fisher
2018-11-01Merge pull request #93 from SimplyDanny/brew-install-fixTad Fisher
Fix installation instructions for Brew
2018-11-01Fix installation instructions for BrewDanny Moesch
2018-11-01Use universal way to get the prefix of the Brew installationDanny Moesch
2018-10-28Merge pull request #92 from Lem/developTad Fisher
Bump to 1.7.3
2018-10-27Bump to 1.7.3Lemming
as of today 1.7.3 is the latest stable
2018-10-20Merge pull request #90 from beli3ver/patch-1Tad Fisher
added crux linux
2018-10-20Merge pull request #91 from crt/feature/bash_completionTad Fisher
Add bash_completion support
2018-10-19Add bash_completion supportZoltan Kertesz
2018-09-30added crux linuxMalte Kiefer
2018-09-23Change testing to buster and add linebreakFritz Reichwald
2018-09-23Add debian to the list of distributions with pass-otp packagesFritz Reichwald
2018-09-10Fix getopt missed commaxPMo
pass-otp doesn't correctly read issuer, and will infinite loop on the `while true`
2018-08-18Update README.mdLoic Pefferkorn
I've created a port of pass-otp in [Macports](https://github.com/macports/macports-ports/blob/master/security/pass-otp/Portfile), updating instructions for macOS installation alternative.
2018-07-16add Gentoo Linux install instructionnoface
close #70
2018-07-16Add openSUSE to README.mdDany Marcoux
2018-06-28Merge branch 'develop' into masterTad Fisher
2018-06-28Version 1.1.1Tad Fisher
2018-06-28Tolerate base64 padding in secretTad Fisher