News Score: Score the News, Sort the News, Rewrite the Headlines

Useful built-in macOS command-line utilities

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 programmaticallyIf 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-stored credentials.Link: https://ss64.com/mac/security.htmlBonus tip: If you are using 1Password, there...

Read more at weiyen.net

© News Score  score the news, sort the news, rewrite the headlines