Commit Briefs

Omar Polo

totp: support other algorithms too


Omar Polo

add support for the `digits' query argument

allow to print also 7 and 8 digits long codes in addition to the current defaut of 6. Requested by heph



Omar Polo

for completeness, percent-decode the secret if needed

it shouldn't EVER be needed, but since we handle URIs we should tick this box too.




Omar Polo

release 0.4 (tags/0.4)




Omar Polo

tweak pwg.1


Omar Polo

tweak plass.1


Omar Polo

tweak the README


Omar Polo

avoid issuing unnecessary `got add'

plass always did a `got add $file' before committing changes. However, this leads to a possibly misleading "file has unexpected status" error being printed to stderr. Instead, `got add $file' only when the file is new.


Omar Polo

refactor cmd_edit

Now it always deletes the temporary file.