aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw/main.rs
Commit message (Expand)AuthorAgeFilesLines
* add shell completion supportJesse Luehrs2021-04-181-0/+21
* support VISUAL in preference to EDITORJesse Luehrs2021-03-021-4/+4
* persist uri match type when editingJesse Luehrs2021-02-211-2/+10
* bump depsJesse Luehrs2021-02-191-1/+1
* implement rbw unlockedJesse Luehrs2020-07-251-0/+5
* also display the totp codeJesse Luehrs2020-07-251-0/+14
* mention that uuids can also be used to select entriesJesse Luehrs2020-06-231-4/+4
* support searching by folderJesse Luehrs2020-06-191-8/+21
* wrap log lines when necessaryJesse Luehrs2020-05-231-1/+6
* clean up error output a bitJesse Luehrs2020-05-231-31/+62
* remove unnecessary explicit dependencyJesse Luehrs2020-05-231-1/+1
* make log lines emitted by the cli have a simpler formatJesse Luehrs2020-05-231-0/+4
* fix some structopt configurationJesse Luehrs2020-05-231-3/+14
* use structopt instead of clapJesse Luehrs2020-05-221-353/+238
* start adding support for different entry typesJesse Luehrs2020-05-031-0/+2
* add command to clear a config settingJesse Luehrs2020-05-031-0/+14
* add docsJesse Luehrs2020-04-201-36/+178
* implement adding into a folderJesse Luehrs2020-04-191-0/+12
* add some command aliasesJesse Luehrs2020-04-191-10/+14
* allow listing various different fieldsJesse Luehrs2020-04-191-2/+16
* allow creating entries with associated urisJesse Luehrs2020-04-191-1/+25
* allow getting notes along with a passwordJesse Luehrs2020-04-191-1/+3
* implement history command to get password historyJesse Luehrs2020-04-191-0/+11
* implement edit commandJesse Luehrs2020-04-181-2/+11
* enable env_logger in the main appJesse Luehrs2020-04-181-0/+5
* implement removeJesse Luehrs2020-04-181-3/+12
* implement add commandJesse Luehrs2020-04-181-2/+11
* improve error handling and reportingJesse Luehrs2020-04-121-20/+43
* refactor client codeJesse Luehrs2020-04-111-0/+107