grahamking / kip

Command line script to keep usernames/passwords in gnupg encrypted text files.
GNU General Public License v3.0
23 stars 6 forks source link

Edit / Amend username and notes #9

Closed grahamking closed 11 years ago

grahamking commented 12 years ago

At the moment to edit your username or notes you use gpg, decrypt the file, edit it, encrypt it again. That's fine, but it would be quite nice to do something like: kip <sitename> --amend <username> <notes>

On many sites you don't know if your username is available, or valid, until after you've entered a password.

grahamking commented 11 years ago

Added an edit command:

kip edit ebay.com --username new_user

Editing notes is not supported yet.