diff options
author | mjfernez <mjf@mjfer.net> | 2025-10-16 00:47:09 -0400 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2025-10-16 00:47:09 -0400 |
commit | 6b85765bffdb27b1b2c5800a58159e6a179b00fb (patch) | |
tree | 00acd91f896f8b02a402d429de970b13b1c054f2 /bitwarden-tools/bit2pass.py | |
parent | be71e00d990211292e1fb1508de2f48ab414f8a8 (diff) | |
download | scripts-n-tools-6b85765bffdb27b1b2c5800a58159e6a179b00fb.tar.gz |
Diffstat (limited to 'bitwarden-tools/bit2pass.py')
-rw-r--r-- | bitwarden-tools/bit2pass.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bitwarden-tools/bit2pass.py b/bitwarden-tools/bit2pass.py index 47a64b0..bd9fe99 100644 --- a/bitwarden-tools/bit2pass.py +++ b/bitwarden-tools/bit2pass.py @@ -5,9 +5,8 @@ bit2pass.py - grabs the bare minimum info from a bitwarden JSON export your entry and gave it a password, otherwise, this script will yell at you. -This does NOT grab notes or usernames. I find that in pass to be kind of -useless since I rarely need to copy them. I use it purely for easy (and -secure) copying of passwords. If a really need the notes, it's probably +This does NOT grab notes or usernames. I use pass purely for easy (and +secure) copying of passwords. If I really need the notes, it's probably not something I'm going to be copying much. I also exclude anything that's not a login because, well that's what bitwarden's good for... Don't limit yourself to one tool |