aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* clippy/fmt1.6.0Jesse Luehrs2023-03-091-3/+3
|
* bump depsJesse Luehrs2023-03-096-129/+109
|
* changelog and version bumpJesse Luehrs2023-03-093-2/+9
|
* Merge pull request #97 from classabbyamp/json-outputJesse Luehrs2023-03-093-7/+25
|\ | | | | add support for raw json output
| * add support for raw json outputclassabbyamp2023-03-083-7/+25
|/ | | | fixes #36
* more clippy cleanupsJesse Luehrs2023-02-189-13/+3
|
* changelog and version bump1.5.0Jesse Luehrs2023-02-183-2/+17
|
* bump editionsJesse Luehrs2023-02-183-3/+3
|
* more refactoringJesse Luehrs2023-02-181-13/+24
|
* refactor client cert handlingJesse Luehrs2023-02-185-28/+56
|
* stop warning on multiple crate versions in clippyJesse Luehrs2023-02-183-0/+3
| | | | | cargo deny already checks this, and clippy is giving warnings about duplicate windows deps that i don't care about
* test pkcs7_unpadJesse Luehrs2023-02-181-0/+22
|
* replace term_size with terminal_sizeJesse Luehrs2023-02-183-14/+6
|
* remove unnecessary deny.toml configJesse Luehrs2023-02-181-5/+0
|
* use clap 4 instead of structoptJesse Luehrs2023-02-183-205/+135
|
* bump depsJesse Luehrs2023-02-189-486/+637
|
* clippyJesse Luehrs2023-02-1814-165/+166
|
* Merge pull request #99 from Glandos/patch-1Jesse Luehrs2023-02-181-0/+1
|\ | | | | Add bw-ssh related project
| * Add bw-ssh related projectGlandos2022-10-261-0/+1
| |
* | Merge pull request #95 from shadowwolf899/masterJesse Luehrs2023-02-183-2/+224
|\ \ | | | | | | Added a field flag to the get command
| * | Added --field flag to READMEJericho Keyne2022-07-181-1/+2
| | |
| * | Added flag to get a specific field from an itemJericho Keyne2022-07-182-1/+222
| |/
* | Merge pull request #93 from Hyask/skia/profileJesse Luehrs2023-02-182-6/+19
|\ \ | | | | | | Support multiple profiles with an environment variable
| * | Support multiple profiles with an environment variableSkia2022-11-072-6/+19
| |/ | | | | | | | | | | | | | | | | | | | | | | This introduces the `RBW_PROFILE` environment variable to be able to run multiple instances in parallel, that will use different configuration paths. To use this feature, simply run `rbw` with the environment variable set to any string that is valid for a path. Setting it to an empty string is like not setting it at all. e.g.: * `RBW_PROFILE=perso rbw list` * `RBW_PROFILE=pro rbw list`
* | Merge pull request #92 from fopina/client_certJesse Luehrs2023-02-184-37/+50
|\ \ | | | | | | support for client certificates
| * | support for client certificatesFilipe Pina2022-05-264-37/+50
| |/
* | Merge pull request #82 from Witcher01/masterJesse Luehrs2023-02-181-1/+9
|\ \ | |/ |/| fix: don't panic when piping
| * fix: don't panic when pipingwitcher2022-02-131-1/+9
| | | | | | | | | | | | | | | | Piping stdout to something like `head`, which closes rbw's stdout before it's done writing everything, causes a panic. The panic is circumvented by using `writeln!` instead of `println!` and ignoring the error when it's of kind `BrokenPipe`. Closes #79
* | cargo denyJesse Luehrs2022-02-241-0/+8
| |
* | depsJesse Luehrs2022-02-241-53/+79
|/
* changelog and version bump1.4.3Jesse Luehrs2022-02-103-3/+3
|
* restore bin files to the crateJesse Luehrs2022-02-102-1/+8
|
* changelog and version bump1.4.2Jesse Luehrs2022-02-103-3/+3
|
* move device_id to a separate data fileJesse Luehrs2022-02-105-21/+58
|
* update to support camel case api namesJesse Luehrs2022-02-102-64/+70
| | | | | official bitwarden server just updated to this, but vaultwarden still uses pascal case
* bump depsJesse Luehrs2022-02-092-138/+149
|
* remove a bunch of stuff from packagingJesse Luehrs2021-12-211-0/+1
|
* bump versionsJesse Luehrs2021-12-152-145/+130
|
* clippyJesse Luehrs2021-12-1518-229/+278
|
* Merge pull request #73 from ivankovnatsky/masterJesse Luehrs2021-11-011-1/+6
|\ | | | | Break long line in rbw-fzf script
| * Break long line in rbw-fzf scriptIvan Kovnatsky2021-10-311-1/+6
|/
* update arch linux installation instructionsJesse Luehrs2021-10-291-5/+5
|
* changelog and version bump1.4.1Jesse Luehrs2021-10-293-2/+20
|
* support command line arguments in EDITOR/VISUALJesse Luehrs2021-10-292-26/+50
|
* clippyJesse Luehrs2021-10-291-1/+1
|
* Merge branch 'pull-64'Jesse Luehrs2021-10-281-0/+3
|\
| * Update README.mdnicolas-graves2021-08-011-0/+3
| | | | | | Linked to my failed PR, these lines would have helped ;)
* | Merge pull request #41 from xPMo/masterJesse Luehrs2021-10-281-0/+34
|\ \ | | | | | | Add git-credential-helper
| * | Add git-credential-helpergammafn2021-10-161-0/+34
| |/
* | fix some edge cases in the fzf scriptJesse Luehrs2021-10-281-1/+1
| |