[pass] [PATCH][FEATURE] password-store.sh: added option for quick password showing
Justus
justus.seifert at cloudandheat.com
Tue May 26 09:33:40 CEST 2015
On 26.05.2015 09:04, cyberxndr . wrote:
> This code provides a quick way to retrieve one password from the tree.
> I would like to know is whether or not it is accepted.
>
> 2015-05-13 13:35 GMT+03:00 cyberxndr . <cyberxndr at gmail.com
> <mailto:cyberxndr at gmail.com>>:
>
> diff --git a/password-store/src/password-store.sh
> b/password-store-feature/src/password-store.sh
> index 47f7ffa..d5f6a59 100755
> --- a/password-store/src/password-store.sh
> +++ b/password-store-feature/src/password-store.sh
>
[…]
> @@ -308,6 +310,13 @@ cmd_show() {
> local path="$1"
> local passfile="$PREFIX/$path.gpg"
> check_sneaky_paths "$path"
> + if [[ exclusive -eq 1 ]]; then
> + passfile=`find "$PREFIX" -path *$1*.gpg`
> + results=`echo $passfile | tr " " "\n" | wc -l`
> + if [[ $results -ne 1 ]]; then
> + die "$results passwords founded (need 1)"
>
grammar police: that should be 'passwords found'
>
> + fi
> + fi
> if [[ -f $passfile ]]; then
> if [[ $clip -eq 0 ]]; then
> $GPG -d "${GPG_OPTS[@]}" "$passfile" ||
> exit $?
>
>
>
>
> _______________________________________________
> Password-Store mailing list
> Password-Store at lists.zx2c4.com
> http://lists.zx2c4.com/mailman/listinfo/password-store
--
Kind regards
Justus Seifert
Operator | IT-Operations
CLOUD&HEAT
The Cloud that heats homes worldwide
Firmen- und Rechnungsanschrift:
CLOUD & HEAT Technologies GmbH
Zeitenströmung
Königsbrücker Str. 96 - Halle 15
01099 Dresden, Germany
Lieferanschrift Produktion:
CLOUD & HEAT Technologies GmbH
Zeitenströmung
Königsbrücker Str. 96 - Halle 16a
01099 Dresden, Germany
Tel: +49 351 479 3670-0
Fax: +49 351 479 3670-110
E-Mail: justus.seifert at cloudandheat.com
Web: https://www.cloudandheat.com
Handelsregister: Amtsgericht Dresden
Registernummer: HRB 30549
USt.-Ident.-Nr.: DE281093504
Geschäftsführer: René Marcel Schretzmann
Gemeinsam mit uns nachhaltig sein!
Nicht jede E-Mail muss gedruckt werden.
Hinweis: Diese E-Mail und / oder die Anhänge ist / sind
vertraulich und ausschließlich für den bezeichneten Adressaten
bestimmt. Die Weitergabe oder Kopieren dieser E-Mail ist
strengstens verboten. Wenn Sie diese E-Mail irrtümlich erhalten
haben, informieren Sie bitte unverzüglich den Absender und
vernichten Sie die Nachricht und alle Anhänge. Vielen Dank.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.zx2c4.com/pipermail/password-store/attachments/20150526/290878bb/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.zx2c4.com/pipermail/password-store/attachments/20150526/290878bb/attachment-0001.asc>
More information about the Password-Store
mailing list