Commits


add example: ksh completions for plass(1)


raise the level for manpage linting above STYLE


plass: remove the `gen' sub-command; now there is pwg(1)


add pwg: password generator


use /dev/urandom instead of /dev/random From urandom(4) on OpenBSD For portability reasons, never use /dev/random. On OpenBSD, it is an alias for /dev/urandom, but on many other systems misbehaves by blocking because their random number generators lack a robust boot-time initialization sequence.


simplify b32decode; no functional change no need to take an explicit length parameter when we can just advance the string until a NUL byte. base32 doesn't allow NUL bytes.


check pattern after stripping store path and extension now `plass find ^keys' will correctly list only entries that starts with "keys"


release 0.2


update the `plass tee' documentation


update the README


generate the html version of the totp(1) manpage too


slightly better error message for no input in `plass tee'


plass tee: fix multiple line handling, commit message string previously, `plass tee' was limited to only one line; now it's unlimited. While here, fix the commit message too: checking the existence of the file after creating/overwriting it is stupid.


add a gitignore


build and install totp(1) too