keychain command line access

Mar 14, 2022

If you're using the osxkeychain github credentials manager, here's a command to retrieve your github password from the command line:

security find-internet-password -w -s 'github.com'

↑ up