diff options
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | bitwarden-tools/bit2pass.py | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -5,5 +5,8 @@ ### Programs so far
* fhash - intuitive CLI for hashing files
* xls2csv - converts old excel files into a csv format without having to use Excel
-* julia-c - C-based CLI for efficient julia set image rendering because python was too slow.
+* julia-c - C-based CLI for efficient julia set image rendering because python was too slow.
+* AD-powershell-tools - Convenience scripts for managing AD users mostly
+* bitwarden-tools - script to dump bitwarden exports to UNIX pass before I realized Bitwarden had a CLI
+* discord - Discord alerting scripts
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 |