From 870756c383f16b16a6191fbbf437d0d13e010b0e Mon Sep 17 00:00:00 2001 From: Dominik Schulz Date: Sun, 30 Jul 2023 19:24:46 +0200 Subject: [PATCH] Tag v1.15.6 (#2628) * Tag v1.15.6 Signed-off-by: Dominik Schulz * Manually update changelog Signed-off-by: Dominik Schulz --------- Signed-off-by: Dominik Schulz --- CHANGELOG.md | 12 +++++++++--- VERSION | 2 +- fish.completion | 17 +++++++++++++++++ gopass.1 | 12 +++++++++++- pkg/pwgen/pwrules/pwrules_gen.go | 2 +- version.go | 2 +- zsh.completion | 6 +++--- 7 files changed, 43 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a06f80d85..a134740037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ # Changelog +## 1.15.6 / 2023-07-30 + +* [DOCUMENTATION] fix Arch Linux package url (#2598) +* [BUGFIX] Only show desktop notifications if there are changes (#2627) +* [ENHANCEMENT] Add a global nosync flag (#2626) +* [BUGFIX] Correctly handle multiline secrets (#2625) +* [ENHANCEMENT] Add screen parsing for OTP QR codes (#2597) + ## 1.15.5 / 2023-04-07 -* Use Go1.20 (#2567) +* [CLEANUP] Use Go1.20 (#2567) * [ENHANCEMENT] Add internal pager (ov). (#2510) -* [cleanup] Stop requiring RELEASE_NOTES (#2580) -* [postrel] Pull before updating integrations ## 1.15.4 / 2023-02-12 diff --git a/VERSION b/VERSION index d32434904b..04cc99945d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.5 +1.15.6 diff --git a/fish.completion b/fish.completion index 103a728d0a..7c0cdf3316 100644 --- a/fish.completion +++ b/fish.completion @@ -47,6 +47,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command age identities -l unsafe -d complete -c $PROG -f -n '__fish_gopass_uses_command age identities -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command age identities -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command age identities -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command age identities -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command age identities -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command age identities -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command age identities -l version -d "print the version"' @@ -64,6 +65,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command completion bash -l unsafe -d complete -c $PROG -f -n '__fish_gopass_uses_command completion bash -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command completion bash -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command completion bash -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command completion bash -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command completion bash -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command completion bash -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command completion bash -l version -d "print the version"' @@ -76,6 +78,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command completion zsh -l unsafe -d complete -c $PROG -f -n '__fish_gopass_uses_command completion zsh -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command completion zsh -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command completion zsh -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command completion zsh -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command completion zsh -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command completion zsh -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command completion zsh -l version -d "print the version"' @@ -89,6 +92,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command completion fish -l unsafe -d complete -c $PROG -f -n '__fish_gopass_uses_command completion fish -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command completion fish -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command completion fish -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command completion fish -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command completion fish -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command completion fish -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command completion fish -l version -d "print the version"' @@ -101,6 +105,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command completion openbsdksh -l uns complete -c $PROG -f -n '__fish_gopass_uses_command completion openbsdksh -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command completion openbsdksh -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command completion openbsdksh -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command completion openbsdksh -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command completion openbsdksh -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command completion openbsdksh -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command completion openbsdksh -l version -d "print the version"' @@ -113,6 +118,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command completion help -l unsafe -d complete -c $PROG -f -n '__fish_gopass_uses_command completion help -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command completion help -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command completion help -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command completion help -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command completion help -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command completion help -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command completion help -l version -d "print the version"' @@ -153,6 +159,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command mounts add -l unsafe -d "Dis complete -c $PROG -f -n '__fish_gopass_uses_command mounts add -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command mounts add -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command mounts add -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command mounts add -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command mounts add -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command mounts add -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command mounts add -l version -d "print the version"' @@ -165,6 +172,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command mounts remove -l unsafe -d " complete -c $PROG -f -n '__fish_gopass_uses_command mounts remove -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command mounts remove -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command mounts remove -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command mounts remove -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command mounts remove -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command mounts remove -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command mounts remove -l version -d "print the version"' @@ -177,6 +185,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l unsafe -d complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command mounts versions -l version -d "print the version"' @@ -200,6 +209,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command rcs init -l unsafe -d "Displ complete -c $PROG -f -n '__fish_gopass_uses_command rcs init -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command rcs init -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command rcs init -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command rcs init -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command rcs init -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command rcs init -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command rcs init -l version -d "print the version"' @@ -213,6 +223,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command rcs status -l unsafe -d "Dis complete -c $PROG -f -n '__fish_gopass_uses_command rcs status -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command rcs status -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command rcs status -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command rcs status -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command rcs status -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command rcs status -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command rcs status -l version -d "print the version"' @@ -227,6 +238,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command recipients ack -l unsafe -d complete -c $PROG -f -n '__fish_gopass_uses_command recipients ack -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command recipients ack -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command recipients ack -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command recipients ack -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command recipients ack -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command recipients ack -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command recipients ack -l version -d "print the version"' @@ -241,6 +253,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command recipients add -l unsafe -d complete -c $PROG -f -n '__fish_gopass_uses_command recipients add -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command recipients add -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command recipients add -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command recipients add -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command recipients add -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command recipients add -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command recipients add -l version -d "print the version"' @@ -255,6 +268,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command recipients remove -l unsafe complete -c $PROG -f -n '__fish_gopass_uses_command recipients remove -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command recipients remove -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command recipients remove -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command recipients remove -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command recipients remove -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command recipients remove -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command recipients remove -l version -d "print the version"' @@ -273,6 +287,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command templates show -l unsafe -d complete -c $PROG -f -n '__fish_gopass_uses_command templates show -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command templates show -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command templates show -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command templates show -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command templates show -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command templates show -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command templates show -l version -d "print the version"' @@ -285,6 +300,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command templates edit -l unsafe -d complete -c $PROG -f -n '__fish_gopass_uses_command templates edit -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command templates edit -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command templates edit -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command templates edit -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command templates edit -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command templates edit -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command templates edit -l version -d "print the version"' @@ -297,6 +313,7 @@ complete -c $PROG -f -n '__fish_gopass_uses_command templates remove -l unsafe - complete -c $PROG -f -n '__fish_gopass_uses_command templates remove -l password -d "Display only the password. Takes precedence over all other flags."' complete -c $PROG -f -n '__fish_gopass_uses_command templates remove -l revision -d "Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or -<N> to select the Nth oldest revision of this entry."' complete -c $PROG -f -n '__fish_gopass_uses_command templates remove -l noparsing -d "Do not parse the output."' +complete -c $PROG -f -n '__fish_gopass_uses_command templates remove -l nosync -d "Disable auto-sync"' complete -c $PROG -f -n '__fish_gopass_uses_command templates remove -l chars -d "Print specific characters from the secret"' complete -c $PROG -f -n '__fish_gopass_uses_command templates remove -l help -d "show help"' complete -c $PROG -f -n '__fish_gopass_uses_command templates remove -l version -d "print the version"' diff --git a/gopass.1 b/gopass.1 index dbe22e6c83..ddee577ffd 100644 --- a/gopass.1 +++ b/gopass.1 @@ -1,5 +1,5 @@ -.TH GOPASS "1" "April 2023" "gopass (github.com/gopasspw/gopass) 1.15.5" "User Commands" +.TH GOPASS "1" "July 2023" "gopass (github.com/gopasspw/gopass) 1.15.6" "User Commands" .SH NAME gopass - The standard Unix password manager .SH SYNOPSIS @@ -23,6 +23,9 @@ Copy the password value into the clipboard \fB\-n\fR, Do not parse the output. .TP +\fB\-\-nosync\fR, +Disable auto-sync +.TP \fB\-\-password\fR, \fB\-o\fR, Display only the password. Takes precedence over all other flags. @@ -404,6 +407,10 @@ Only display the token \fB\-\-qr\fR, \fB\-q\fR, Write QR code to FILE +.TP +\fB\-\-snip\fR, +\fB\-s\fR, +Scan screen content to insert a OTP QR code into provided entry .SS process Process a template file @@ -510,6 +517,9 @@ Copy the password value into the clipboard \fB\-n\fR, Do not parse the output. .TP +\fB\-\-nosync\fR, +Disable auto-sync +.TP \fB\-\-password\fR, \fB\-o\fR, Display only the password. Takes precedence over all other flags. diff --git a/pkg/pwgen/pwrules/pwrules_gen.go b/pkg/pwgen/pwrules/pwrules_gen.go index c0adc9941b..cad40b743b 100644 --- a/pkg/pwgen/pwrules/pwrules_gen.go +++ b/pkg/pwgen/pwrules/pwrules_gen.go @@ -1,6 +1,6 @@ // Code generated by go generate gen.go. DO NOT EDIT. // This package was generated by go generate gen.go at -// 2023-07-30 09:12:18.294218579 +0000 UTC +// 2023-07-30 17:10:12.432087839 +0000 UTC // using data from // // https://raw.githubusercontent.com/apple/password-manager-resources/main/quirks/websites-with-shared-credential-backends.json diff --git a/version.go b/version.go index 259c3a6b20..0424c79f9a 100644 --- a/version.go +++ b/version.go @@ -15,7 +15,7 @@ func getVersion() semver.Version { return semver.Version{ Major: 1, Minor: 15, - Patch: 5, + Patch: 6, Pre: []semver.PRVersion{ {VersionStr: "git"}, }, diff --git a/zsh.completion b/zsh.completion index 143e6aaf85..473167669c 100644 --- a/zsh.completion +++ b/zsh.completion @@ -170,7 +170,7 @@ _gopass () { _gopass_complete_passwords ;; otp|totp|hotp) - _arguments : "--clip[Copy the time-based token into the clipboard]" "--qr[Write QR code to FILE]" "--password[Only display the token]" + _arguments : "--clip[Copy the time-based token into the clipboard]" "--qr[Write QR code to FILE]" "--password[Only display the token]" "--snip[Scan screen content to insert a OTP QR code into provided entry]" _gopass_complete_passwords ;; @@ -213,7 +213,7 @@ _gopass () { ;; show) - _arguments : "--yes[Always answer yes to yes/no questions]" "--clip[Copy the password value into the clipboard]" "--alsoclip[Copy the password and show everything]" "--qr[Print the password as a QR Code]" "--unsafe[Display unsafe content (e.g. the password) even if safecontent is enabled]" "--password[Display only the password. Takes precedence over all other flags.]" "--revision[Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or - to select the Nth oldest revision of this entry.]" "--noparsing[Do not parse the output.]" "--chars[Print specific characters from the secret]" + _arguments : "--yes[Always answer yes to yes/no questions]" "--clip[Copy the password value into the clipboard]" "--alsoclip[Copy the password and show everything]" "--qr[Print the password as a QR Code]" "--unsafe[Display unsafe content (e.g. the password) even if safecontent is enabled]" "--password[Display only the password. Takes precedence over all other flags.]" "--revision[Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or - to select the Nth oldest revision of this entry.]" "--noparsing[Do not parse the output.]" "--nosync[Disable auto-sync]" "--chars[Print specific characters from the secret]" _gopass_complete_passwords ;; @@ -310,7 +310,7 @@ _gopass () { "help:Shows a list of commands or help for one command" ) _describe -t command 'gopass' subcommands - _arguments : "--yes[Always answer yes to yes/no questions]" "--clip[Copy the password value into the clipboard]" "--alsoclip[Copy the password and show everything]" "--qr[Print the password as a QR Code]" "--unsafe[Display unsafe content (e.g. the password) even if safecontent is enabled]" "--password[Display only the password. Takes precedence over all other flags.]" "--revision[Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or - to select the Nth oldest revision of this entry.]" "--noparsing[Do not parse the output.]" "--chars[Print specific characters from the secret]" "--help[show help]" "--version[print the version]" + _arguments : "--yes[Always answer yes to yes/no questions]" "--clip[Copy the password value into the clipboard]" "--alsoclip[Copy the password and show everything]" "--qr[Print the password as a QR Code]" "--unsafe[Display unsafe content (e.g. the password) even if safecontent is enabled]" "--password[Display only the password. Takes precedence over all other flags.]" "--revision[Show a past revision. Does NOT support RCS specific shortcuts. Use exact revision or - to select the Nth oldest revision of this entry.]" "--noparsing[Do not parse the output.]" "--nosync[Disable auto-sync]" "--chars[Print specific characters from the secret]" "--help[show help]" "--version[print the version]" _gopass_complete_passwords fi }