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 | |
parent | be71e00d990211292e1fb1508de2f48ab414f8a8 (diff) | |
download | scripts-n-tools-6b85765bffdb27b1b2c5800a58159e6a179b00fb.tar.gz |
-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 |