bitwarden-autotype icon indicating copy to clipboard operation
bitwarden-autotype copied to clipboard

The missing desktop-autotype for Bitwarden. WIP and currently Windows-only.

Results 19 bitwarden-autotype issues
Sort by recently updated
recently updated
newest added

Bumps [serde_repr](https://github.com/dtolnay/serde-repr) from 0.1.7 to 0.1.9. Release notes Sourced from serde_repr's releases. 0.1.9 Add categories and keywords to crates.io metadata 0.1.8 Add rust-version entry to Cargo.toml to declare the oldest...

dependencies

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.142. Release notes Sourced from serde's releases. v1.0.142 Add keywords to crates.io metadata v1.0.141 Add no-std category to crates.io metadata v1.0.140 Invert serde_derive cfgs to...

dependencies

Hi, thanks for this great project! Would it be possible to also use the custom fields of a Bitwarden entry in the autotype sequence?

Bumps [fltk](https://github.com/fltk-rs/fltk-rs) from 1.3.6 to 1.3.12. Release notes Sourced from fltk's releases. 1.3.12 Explicitly check darwin arch in fltk-sys' build script. Add index check with GroupExt::insert Pull upstream FLTK fixes....

dependencies

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.5 to 1.6.0. Changelog Sourced from regex's changelog. 1.6.0 (2022-07-05) This release principally includes an upgrade to Unicode 14. New features: [FEATURE #832](rust-lang/regex#832): Clarify that Captures::len includes...

dependencies

Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.0 to 0.12.1. Changelog Sourced from parking_lot's changelog. parking_lot 0.12.1 (2022-05-31) Fixed incorrect memory ordering in RwLock. (#344) Added Condvar::wait_while convenience methods (#343) parking_lot_core 0.9.3 (2022-04-30) Bump...

dependencies

Logs ``` [19:21:29][bitwarden_autotype::bw_cli] INFO Logging in... [19:21:36][bitwarden_autotype::bw_cli] ERROR 'bw login' returned non-zero exit code 1 [19:21:36][bitwarden_autotype::bw_cli] ERROR STDERR WAS: {"response":{"error":"invalid_grant","error_description":"Captcha required.","HCaptcha_SiteKey":"bc38c8a2-5311-4e8c-9dfc-49e99f6df417"},"statusCode":400} [19:21:36][bitwarden_autotype::bw_cli] ERROR STDOUT WAS: ```

This is an enhancement suggestion. Your project is very similar to [anonymous1184/bitwarden-autotype](https://github.com/anonymous1184/bitwarden-autotype) could you consider supporting the same syntax as the other project? For filling in he has `winapp://[appname].exe` and...

It would be great if this tool could be supported on linux systems. This would probably require a rewrite of the gui part to use some kind of abstraction that...

enhancement
help wanted

When Two-step login is enabled, BWAT will not log in. `bitwarden-autotype.log` ``` [19:24:10][bitwarden_autotype::bw_cli] INFO Logging in... [19:24:16][bitwarden_autotype::bw_cli] ERROR 'bw login' returned non-zero exit code 1 [19:24:16][bitwarden_autotype::bw_cli] ERROR STDERR WAS: ?...

bug