Luke, it's 2020...
-Many, many coworkers
I'm porting my legacy script grab-bag to GOLANG as a learning exercise and adding a few new items as I go. The code quality is probably abysmal, but I learn best by doing.
This repository is on the bag-of-scripts model as opposed to an importable go get
format because I only ever need one script at a time.
consanguine.go: clone of cosanguine.py
grouper.go: clone of grouper.py
jaccard.go: clone of jaccard.py
revisionist.go: A naive utility to censor credentials in command history. Discussed at length in a Dev.to article, and seeing a burst of interest thanks to a link-back from The Book of Secret Knowledge