Skip to content

Instantly share code, notes, and snippets.

@joerichsen
Created September 27, 2010 11:35
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 joerichsen/598882 to your computer and use it in GitHub Desktop.
Save joerichsen/598882 to your computer and use it in GitHub Desktop.
#!/bin/sh
find . -name '*.pdf' | cut -f 2- -d '.' | xargs -I {} echo `pwd`{} | xargs -I {} echo 'tell application "Evernote" to create note from file "{}"' | /usr/bin/osascript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment