A collection of utility functions and scripts.
func.sh: shell utility functionssnake_case.sh: convert filenames and dirnames to snake_case convention
emailer.py: A wrapper script to send emails from the CLI or another script. To configure this for gmail, create an apps password. Then, set the following enviroment variables (optionally add to your startup-environment)...
export SENDER_EMAIL="<your_email>"
export APPS_PASSWORD="<the generated password (16 char)"