Skip to content

Instantly share code, notes, and snippets.

@rjames86
Created March 2, 2014 20:29
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjames86/9313297 to your computer and use it in GitHub Desktop.
Save rjames86/9313297 to your computer and use it in GitHub Desktop.
Actions for Launch Center Pro on iOS

Decode text from the clipboard

launch://clipboard/convert?format=urldecode

Uploads the last photo taken at 50% quality and then puts the sharable link in the body of an SMS message
Filename is set to a TextExpander snippet ..ttimestamp which appears like 14-03-02-20.24.08
Filepath is currently set to /Temp/_Destructable_Folder/

launch://x-callback-url/dropbox/addphoto?attach=photo&path=/Temp/_Destructable_Folder/&name=<..ttimestamp>.jpg&quality=50&getlink=1&x-success=launch%3A//messaging%3Fbody%3D%5Bclipboard%5D

Uploads the last photo taken at 50% quality and puts the link in the clipboard

launchpro-dropbox://addlastphoto?path=%2FTemp%2F_Destructable%20Folder%2F&name=<..ttimestamp>.jpg&quality=50&getlink=1

Upload photo from multiple options to Dropbox and get the sharable link

launch://dropbox/addphoto?attach=photo&path=&name=&quality=&getlink=1

Encode text from the clipboard

launch://clipboard/convert?format=urlencode

Search with multiple apps/sites options

launchpro://?url=[list:Pick your service|Terminology=terminology://x-callback-url/lookup?text=|1Password=onepassword://search/|WolframAlpha=wolframalpha:///?i=|Wikipedia=http://en.wikipedia.org/w/index.php?search=|Yelp=yelp4:///search?terms=|]{{[prompt:Set your query]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment