Skip to content

Instantly share code, notes, and snippets.

@j4mie
Created September 23, 2009 23:03
Show Gist options
  • Save j4mie/192368 to your computer and use it in GitHub Desktop.
Save j4mie/192368 to your computer and use it in GitHub Desktop.
# Get website password at command line in Mac OS X
security 2>&1 >/dev/null find-internet-password -gs twitter.com | grep password | sed 's/password: "\(.*\)"/\1/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment