Skip to content

Instantly share code, notes, and snippets.

@codebycliff
Created October 28, 2013 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save codebycliff/7206064 to your computer and use it in GitHub Desktop.
Save codebycliff/7206064 to your computer and use it in GitHub Desktop.
AppleScript command for adding entry to safari reading list.
osascript -e 'tell application "Safari" to add reading list item "http://totl.net/"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment