aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw
Commit message (Expand)AuthorAgeFilesLines
* switch from nix to rustixJesse Luehrs2024-04-211-15/+29
* don't delete custom fields when editing passwordsJesse Luehrs2024-04-201-3/+4
* fix message when editing passwordsJesse Luehrs2024-04-201-1/+1
* clippyJesse Luehrs2024-04-201-6/+2
* alias `rbw totp` to `rbw code`Jesse Luehrs2024-04-201-1/+4
* add --clipboard to rbw codeJesse Luehrs2024-04-202-4/+15
* more tests for matchingJesse Luehrs2024-04-201-19/+652
* clean up url matching a bit, and implement different match typesJesse Luehrs2024-04-201-89/+103
* Merge pull request #132 from proxict/feature/url-matchJesse Luehrs2024-04-202-33/+173
|\
| * [WIP] add URI matching for 'rbw get'proxict2024-01-022-33/+173
* | bump depsJesse Luehrs2024-04-201-7/+7
|/
* fix error messageJesse Luehrs2024-01-011-1/+1
* clippy and fmtJesse Luehrs2024-01-011-29/+30
* implements ability to edit notesTin Lai2023-09-211-3/+29
* make display_field more consistentJesse Luehrs2023-08-131-93/+108
* clippyJesse Luehrs2023-07-181-1/+1
* fix not being able to set notifications_urlJesse Luehrs2023-07-181-0/+4
* make clipboard manipulation happen from the agentJesse Luehrs2023-07-182-8/+8
* tweak some messagesJesse Luehrs2023-07-181-7/+4
* remove unnecessary lineJesse Luehrs2023-07-181-2/+0
* clippy and fmtJesse Luehrs2023-07-162-28/+10
* rbw get add flag --clipboard to copy result to clipboardeatradish2023-06-162-66/+157
* sync the db every hour, like other bitwarden clientsJesse Luehrs2023-03-251-0/+6
* restore the --version optionJesse Luehrs2023-03-171-1/+1
* clippy/fmt1.6.0Jesse Luehrs2023-03-091-3/+3
* bump depsJesse Luehrs2023-03-091-1/+1
* add support for raw json outputclassabbyamp2023-03-082-6/+23
* more clippy cleanupsJesse Luehrs2023-02-182-3/+1
* refactor client cert handlingJesse Luehrs2023-02-181-1/+2
* stop warning on multiple crate versions in clippyJesse Luehrs2023-02-181-0/+1
* replace term_size with terminal_sizeJesse Luehrs2023-02-181-2/+4
* use clap 4 instead of structoptJesse Luehrs2023-02-181-87/+76
* clippyJesse Luehrs2023-02-183-59/+60
* Merge pull request #95 from shadowwolf899/masterJesse Luehrs2023-02-182-1/+222
|\
| * Added flag to get a specific field from an itemJericho Keyne2022-07-182-1/+222
* | Merge pull request #92 from fopina/client_certJesse Luehrs2023-02-181-0/+2
|\ \
| * | support for client certificatesFilipe Pina2022-05-261-0/+2
| |/
* / fix: don't panic when pipingwitcher2022-02-131-1/+9
|/
* clippyJesse Luehrs2021-12-153-136/+142
* add documentation for rbw registerJesse Luehrs2021-10-271-1/+9
* add a separate "register" command to log in with api keysJesse Luehrs2021-10-273-19/+25
* start working on apikey authenticationJesse Luehrs2021-10-273-9/+19
* clippyJesse Luehrs2021-10-272-30/+30
* fix #56 totp with spacearch2021-07-051-1/+1
* use totp-lite instead of oathJesse Luehrs2021-07-051-3/+7
* clippyJesse Luehrs2021-07-051-1/+1
* add shell completion supportJesse Luehrs2021-04-181-0/+21
* clippyJesse Luehrs2021-04-171-2/+2
* Don't generate a password history entry for empty passwordsLionel Flandrin2021-04-011-8/+14
* support VISUAL in preference to EDITORJesse Luehrs2021-03-021-4/+4