spm

Personal fork of spm (simple password manager)

commit c80a28b2ffbe2969b1870458065450b25a051b08
parent 83db637a1d59db7a9a453d74c532719f3912bdfa
Author: Klemens Nanni <kl3@posteo.org>
Date: Wed, 2 Mar 2016 04:56:19 +0100

Update manpage
1 file changed, 10 insertions(+), 0 deletions(-)
M
README.pod
|
10
++++++++++
diff --git a/README.pod b/README.pod
@@ -23,6 +23,10 @@ I<help> as command without entry will show how to use tpm. The command
 I<list> will list all entries in the group I<group>. If I<group> is
 omitted, all entries of all groups will be listed.
 
+I<show> will also match simple patterns to avoid typing the entry's
+complete name including its group\(s\). However, the given pattern must
+not be ambigious.
+
 =head1 ENVIRONMENT
 
 =over 4

@@ -61,6 +65,12 @@ Write your 'system/root' password to standard output:
 
 	$ tpm show system/root
 
+Write the entry's password that matches the given pattern to standard
+output:
+
+	$ tpm show em/r*t
+	$ tpm show root
+
 Copy your 'system/root' password to the clipboard using xclip(1):
 
 	$ tpm show system/root | tr -d '\n' | xclip