writing
mostly bash/gitbash-compliant ports of Python scripts to have some automations on restricted Windows machines
find bold text (**) in markdown files
find Title Case phrases in markdown files
...with awk
!
Awk is around my age. And it's awesome. Give it some love (or at least give it some use).
Even wikipedia gives it a quick tutorial. Also check up on awk.info (last time I did, it's been for sale with some pretty ugly AI-generated images).
populate/replace Alt text for images in markdown files
requires a csv:
Basically a wrapper for sed (with -E to ensure proper handling of escapes in pattern)
Last updated