From 6b85765bffdb27b1b2c5800a58159e6a179b00fb Mon Sep 17 00:00:00 2001 From: mjfernez Date: Thu, 16 Oct 2025 00:47:09 -0400 Subject: Add projects to readme and fix spelling --- README.md | 5 ++++- bitwarden-tools/bit2pass.py | 5 ++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96cb12b..07836b7 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3