Commits


Bump version to 1.3


Revert "make abort behave more like echo itself" This reverts commit 8c2f8d546a5097ee77977ecb74907b6ad0eae686.


Don't quote PASSWORD_STORE_KEY in GPG_OPTS


make abort behave more like echo itself


yet another style fix


exit if any command fails


tpm improve input handling


stdout -> standard output


Implement some shellcheck suggestions


Clarify description of show command


Add BINDIR and MANDIR variables to Makefile


style fixes


Use printf instead of echo. `echo` is [quirky][posix-echo]. Backslashes may (or may not) be expanded and using `-n` as a password (I hope you don't, but still) could (or could not) work. `printf` solves all those problems! Was the ending newline needed? [posix-echo]: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/echo.html


Don't use variables in the printf format string


Mention that tpm is POSIX shell compatible


Fix syntax error


Don't overwrite entries by default Instead advice the user to remove the entry manually.


Fix readpw function for non-terminal devices Without this change a warning is written to stderr.


use -e to test if a file exists


PASSWORD_STORE_KEY overwrites .gpg-id Not the other way around.


Fix installation of man pages


grammar


The entry isn't an optional argument either


Very minimal Makefile cleanup


typo