Commit Briefs

f868a2b7d8 Omar Polo

release 1.0 (main, tags/1.0)


581274d4f1 Omar Polo

totp: deal with lowercase secrets

google apparently is issuing otpauth:// URIs with a lowercase secret, so try to deal with it.


2d265c9244 Omar Polo

remove `got add' workaround

earlier version of got would fail when trying to `got add' a file that was already added (or committed.) Since the error message was potentially scary, got_add tries to be smart and issue a `got info file' first to see whether the file can be added, and only then eventually issues `got add'. This whole dance is now moot. got doesn't warn for files already added. (also, this code could have been simpler from the beginning.) Noticed since the pipe trick in the got sub was failing on linux. Issue reported by Christoph Cremer, thanks!


fdb1653a62 Omar Polo

use gpg --batch --yes instead of redirecting standard output

last time I couldn't find the right incantation to prevent gpg from prompting when the target file already exists.


58798c65e0 Omar Polo

release 0.7 (tags/0.7)


12f06a8604 Omar Polo

tweak pwg.1 DESCRIPTION


42215f91fc Omar Polo

don't decode the whole ARGV, just the pattern for cmd_find

UNICODE is subtle, better not slightly tweaks the argument unless we really need them.


cb8467de96 Omar Polo

decode file names in the current locale

Otherwise we output gibberish and the pattern argument to `plass find' may not even match the entries. Issue reported by Anton Kasimov, thank you!


2dd3bc77c0 Omar Polo

release 0.5 (tags/0.6)



8fa71bde67 Omar Polo

pwg: drop -u from the usage, there's no such option


fd68a42da5 Omar Polo

totp: tweak usage() to match the manpage


46167c7671 Omar Polo

tweak pwg.1 DESCRIPTION and -w description


b5c9938ea0 Omar Polo

URL -> URI


8ac5733536 Omar Polo

pwg.1: start sentences with a capital letter