util  Diff

Differences From Artifact [4bfd28626b]:

To Artifact [652ae10981]:


     1      1   C	create	op = createdb			create a new password database
     2         -R	rekey	op = rekeydb			change database passphrase and key
            2  +R	rekey	op = rekeydb			change database passphrase
     3      3   a	add		op = addpw				add password to the database
     4      4   g	gen		op = genpw				add account with a random password
     5      5   d	del		op = delpw				delete password from the database
            6  +t	list	op = lspw				list all accounts (with passwords if -p is set)
     6      7   c	chpw	op = chpw				change password in the database
     7      8   l	lower	mode = lower			generate lowercase password
     8      9   m	mix		mode = mix				generate mix-case password
     9     10   u	upper	mode = upper			generate uppercase password
    10     11   s	stupid	mode = stupid			circumvent dumb pw restrictions
    11     12   k	key		op = keyin				save database key in session memory
    12     13   o	logout	op = logout				delete db key from session memory
    13         -n	nocopy	copy_pw = false			don't copy generated pw to clipboard	_CLIPBOARD
    14         -p	print	print = true			display generated password
           14  +n	no-copy	copy_pw = false			print password instead of copying to clipboard	_CLIPBOARD
           15  +p	print	print = true			display passwords onscreen
    15     16   q	quiet	_g_alert_quiet = true	hide non-fatal reports
    16     17   v	verbose	_g_debug_msgs = true	display debug reports
    17     18   !	clobber	clobber = true			disable safety checks