Sometimes when I'm bored, I like to look at the list of macOS Bash commands. Here's some commands that I found interesting: Access your Keychain programmatically If you store your secrets in the Keychain (and you should!), you can access them programmatically using security. security find-internet-password -s "https://example.com" I found this useful for writing automated scripts that used locally

