Skip to content

Instantly share code, notes, and snippets.

@nicola
Created November 17, 2014 11:09
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 nicola/ddca0e9cf7b565b4fc70 to your computer and use it in GitHub Desktop.
Save nicola/ddca0e9cf7b565b4fc70 to your computer and use it in GitHub Desktop.
Open all the iMessage attachements on mac
node getAttachments.js | grep filename | sed "s/\ *filename:\ '~\(.*\),/'\/Users\/mozilla\1/" | sed 's/^/open\ /g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment