I stumbled across this today: https://findlotsize.com/
It's a nice, easy way to calculate the area or distance of something using google maps. I was quickly able to determine my lawn size (~9300 sq ft) as well as how long the path around the neighborhood pond is (~1/4 mi).
A good writeup here: https://medium.com/@Drew_Stokes/bash-argument-parsing-54f3b81a6a8f
Drew's goods:
#!/bin/bashPARAMS=""while (( "$#" )); do
case "$1" in
-f|--flag-with-argument)
FARG=$2
shift 2
;;
--) # end argument parsing
shift
break
;;
-*|...
Running list of items that may or may not be worth my time.
Just a few links to some of the open tabs from when I was adding tag support to my Gatsby site.
https://github.com/erikthedeveloper/erikaybar.name-gatsby/blob/master/src/pages/index.js
https://github.com/erikthedeveloper/erikaybar.name-gatsby/pull/1/files