Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View epramono's full-sized avatar

Eric Pramono epramono

View GitHub Profile
@epramono
epramono / TweetLongerViaDropbox
Created January 30, 2014 17:40
This Launch Center Pro 2.2 action allows you to tweet longer than 140 characters by storing the characters in a Dropbox text file, and send the link via Tweetbot. Requires: Launch Center Pro 2.2, TextExpander, and Tweetbot.
launch://x-callback-url/dropbox/new?
text=[clipboard]&
path=%2FPublic&
name=<xdts>.txt&
getlink=YES&
x-success={{launch://?url=
tweetbot%3A%2F%2Fepramono%2Fpost%3Ftext%3D%5Bclipboard%5D}}
@epramono
epramono / LCPExportAction
Created January 30, 2014 17:47
This Launch Center Pro 2.2 action will export the URL currently stored in the clipboard to another iOS device via Command-C. Requires: Launch Center Pro 2.2, TextTool, and Command-C.
texttool://x-callback-url/transform?
text=[clipboard]&
method=encode&
x-success={{command-c://x-callback-url/copyText?
deviceName=[list:Device|iPad 2=Eric Pramono's iPad|iPad Mini=Philip's iPad Mini]&
text=launch%3A%2F%2Fimport%3Furl%3D%5B%5Boutput%5D%5D}}
@epramono
epramono / LCPMrReader
Created January 30, 2014 17:44
This is a Mr. Reader action to let you send the currently selected text to Launch Center Pro 2.2 to be read along.
launch://x-callback-url/speak?
text={[TEXT-SELECTED]}&
speed=0.2&
x-success={mrreader://skip-sync}
@epramono
epramono / LCPSpeakDefine
Created January 30, 2014 17:42
Launch Center Pro 2.2's speak and define actions.
launch://speak?text=&speed=
launch://define?text=
@epramono
epramono / LCPDropboxTextActions
Created January 30, 2014 17:38
A set of Launch Center Pro's Dropbox text actions in version 2.2.
launch://dropbox/new?text=&path=&name=
launch://dropbox/append?text=&path=&name=
launch://dropbox/prepend?text=&path=&name=
@epramono
epramono / MrReaderPhInspect
Created February 5, 2014 23:35
This action will let you open an article from Mr.Reader to Phraseology's Inspect view. Requires: Mr. Reader and Phraseology 2.0.
phraseology://x-callback-url/inspect?
text=[text]&
x-success={mrreader://skip-sync}
@epramono
epramono / 1WriterPhArrangeToClipboard
Created February 5, 2014 23:34
The action will take the currently selected text and open it in Phraseology's Arrange view. The newly arranged text will be stored in the clipboard before the user is redirected to 1Writer. Requires: 1Writer 1.2, Launch Center Pro 2.1, and Phraseology 2.0.
phraseology://x-callback-url/arrange?
text=[text]&
x-success={
launch://x-callback-url/clipboard?
x-success=onewriter%3A}
@epramono
epramono / 1WriterPhInspect
Created February 5, 2014 23:32
This action will take the currently selected text and use the Inspect feature in Phraseology to run analysis on it. Requires: 1Writer 1.2 and Phraseology 2.0.
phraseology://x-callback-url/inspect?
text=[text]&
x-success={onewriter:}
@epramono
epramono / LCPPhraseology
Created February 5, 2014 23:27
This action will prompt for a Dropbox file and load as a new document in Phraseology. Requires: Launch Center Pro 2.1 and Phraseology 2.0.
phraseology://x-callback-url/create?
title=[prompt-text:Document Name]&
text=[dropbox-text]
@epramono
epramono / ShareBibleVerse
Created March 9, 2014 13:18
This action will invoke the YouVersion.py in Pythonista, process the clipped verses from YouVersion's Bible app, and share it in any of the four modes. Requires: Launch Center Pro, Pythonista, YouVersion's Bible, Day One, and 1Writer.
pythonista://YouVersion?
action=run&
argv=[clipboard]&
argv=[list:Mode|
New MD Entry in Day One=1|
Append Sermon Notes in 1Writer=2|
Send as iMessage (with content)=3|
Send as iMessage (URL only)=4]