aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw/commands.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* support adding entries with notesJesse Luehrs2020-04-181-5/+7
|
* implement saving generated passwordsJesse Luehrs2020-04-181-3/+40
|
* don't use locked vecs for pwgenJesse Luehrs2020-04-181-3/+2
| | | | | i'm doing all of my password generation in the client, which really doesn't need it
* implement add commandJesse Luehrs2020-04-181-2/+68
|
* handle entries with no username or passwordJesse Luehrs2020-04-121-11/+30
|
* improve error handling and reportingJesse Luehrs2020-04-121-56/+108
|
* refactor client codeJesse Luehrs2020-04-111-0/+141