Skip to content

Instantly share code, notes, and snippets.

@natevw
Created March 23, 2015 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natevw/874871cb2f9cf075db73 to your computer and use it in GitHub Desktop.
Save natevw/874871cb2f9cf075db73 to your computer and use it in GitHub Desktop.
Add secure note to keychain via CLI
security unlock-keychain
security -i
add-generic-password -U -C note -a '' -s "NOTE NAME" -w "SECRET PASSWORD"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment