Commit Graph

10 Commits

Author SHA1 Message Date
Srijan Choudhary 88e1aa6027
Move to 1Password CLI 2, and support biometric authentication (#9)
* Migrate to 1Password CLI 2

V2 of the 1Password CLI is not backwards compatible:
https://developer.1password.com/docs/cli/upgrade/#step-2-update-your-scripts

* Support biometric

* Update README

* Update README.md

Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com>

Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com>
2022-10-28 10:14:56 +02:00
Guillermo Gonzalez 63afed98d3
Stop using shell in subprocess calls (#6)
* restrict access to temp directory and files, and add optional --cache CLI arg to pass down to op

* stop using shell=True when calling subprocess
2022-05-03 23:09:51 +02:00
Guillermo Gonzalez 3be11192a7
restrict access to temp directory and files, and add optional --cache CLI arg to pass down to op (#5) 2022-04-07 20:25:23 +02:00
Juan C. Müller d0478819df
Quote password being sent to op 2021-12-26 10:52:27 -05:00
Felipe M ca85afd45c
Cleaned error messages and logging
Show more detailed messages directly on qutebrowser instead of using
logging and returning error code 0 to avoid doble messages in
qutebrowser dure to the script "failing".
2021-02-09 16:42:14 +01:00
Felipe M 97495851af
Refusing to fill non-https sites 2021-02-09 16:41:46 +01:00
Felipe M 5f41e4a7c6
Find match on items with more than one URL 2021-02-09 14:13:14 +01:00
Felipe M e31bd672ee
Filter login type using op cli 2021-02-09 14:07:24 +01:00
Felipe M 752373bda1
Added commands to fill only username and password 2021-02-01 08:45:01 +01:00
Felipe Martin 8453ce7275
initial commit 2019-10-12 16:51:16 +02:00