spm

Personal fork of spm (simple password manager)
git clone git@getsh.org:spm.git
Log | Files | Refs | README | LICENSE

commit 105486d43499c7a112a2259ef33b7f68831c8b02
parent 411c6d90d4d6fe80e86f8724c7ecea568fdec427
Author: Sören Tempel <soeren+git@soeren-tempel.net>
Date:   Tue, 23 Dec 2014 21:30:03 +0100

Mention that tpm is largely compatible with pass(1)

Diffstat:
MREADME.pod | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.pod b/README.pod @@ -8,13 +8,13 @@ B<tpm> [ I<COMMAND> ] [ I<ENTRY> ] =head1 DESCRIPTION -tpm is a tiny shell script which is heavily inspired by pass(1) and uses -gpg2(1) to securely store your passwords. Invoking tpm consists of -specifying a command, either I<insert> or I<show>, and supplying one -entry as a target. If I<insert> is specified as a command tpm will -create a new entry and read the corresponding password from STDIN. If -you specify I<show> as a command tpm will print the password of the -corresponding entry to STDOUT. +tpm is a tiny shell script which is heavily inspired and largely compatible by +pass(1) and uses gpg2(1) to securely store your passwords. Invoking tpm +consists of specifying a command, either I<insert> or I<show>, and supplying +one entry as a target. If I<insert> is specified as a command tpm will create a +new entry and read the corresponding password from STDIN. If you specify +I<show> as a command tpm will print the password of the corresponding entry to +STDOUT. =head1 ENVIRONMENT