This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simplenote://[[list:Add to SimpleNote|Open=:|New Note=new?content=|Work=new?content=&tag=work|Ideas=new?content=&tag=ideas|URL=new?content=&tag=URL|AppBookPro=new?content=&tag=appbookpro]] | |
simplenote:// | |
[[ | |
list:Add to SimpleNote | |
|Open=:|New Note=new?content= | |
|Work=new?content=&tag=work | |
|Ideas=new?content=&tag=ideas | |
|URL=new?content=&tag=URL | |
|AppBookPro=new?content=&tag=appbookpro |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clearapp://list/create? | |
listName=[prompt:List Name]& | |
tasks=[prompt-list:List Items] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clearapp://task/create?listName=[[list:Lists|Reminders=reminders|Work=Work|Blog=Blog|Groceries=Groceries|Shopping List=Shopping%20List|Albums to Buy=Albums%20to%20Buy|Movies to Watch=Movies%20to%20Watch|Movies to Download= Movies%20to%20Download|TV Shows to Watch =TV%20Shows%20to%20Watch]]&listPosition=&taskName=[prompt:Task]&taskPosition=top | |
clearapp://task/create?listName= | |
[[ | |
list:Lists | |
|Reminders=reminders | |
|Work=Work | |
|Blog=Blog | |
|Groceries=Groceries | |
|Shopping List=Shopping%20List |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fantastical2://[[list:Fantastical action set|Reminder=parse?reminder=1&sentence=[prompt-text:Set a reminder]|Event=parse?reminder=0&sentence=[prompt-text:Create an event]| • =fantastical2:|Search=search?query=[prompt-text:Search]]] | |
fantastical2:// | |
[[ | |
list:Fantastical action set | |
|Reminder=parse?reminder=1&sentence=[prompt-text:Set a reminder] | |
|Event=parse?reminder=0&sentence=[prompt-text:Create an event] | |
| • =fantastical2: | |
|Search=search?query=[prompt-text:Search] | |
]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rdio://[[list:Choose your music|Open=rdio:|Search=search/[prompt:Search Term]|The Strokes=search/The+Strokes|Foals=search/Foals|The Postal Service=search/The+Postal+Service|The Deadly Syndrome=search/The+Deadly+Syndrome|Gorillaz=search/Gorillaz|Bon Iver=search/Bon+Iver/|Pretty Lights=search/Pretty+Lights]] | |
rdio:// | |
[[ | |
list:Choose your music | |
|Open=rdio: | |
|Search=search/[prompt:Search Term] | |
|The Strokes=search/The+Strokes | |
|Foals=search/Foals | |
|The Postal Service=search/The+Postal+Service |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
command-c://x-callback-url/copy?x-source={{Launch Center Pro}}&x-success={{launch://}}&deviceIndex=0 | |
command-c://x-callback-url/copy? | |
x-source={{Launch Center Pro}} | |
&x-success={{launch://}} | |
&deviceIndex=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://[[list:App Store|Open=appstore.com/|Search=search.itunes.apple.com/WebObjects/MZSearch.woa/wa/search?media=software&term=[prompt:Query]|Top Paid=itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewTop?genreId=36&popId=30|Top Free=itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewTop?genreId=36&popId=27|Top Grossing=itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewTop?genreId=36&popId=38]] | |
http:// | |
[[ | |
list:App Store | |
|Open=appstore.com/ | |
|Search=search.itunes.apple.com/WebObjects/MZSearch.woa/wa/search?media=software&term=[prompt:Query] | |
|Top Paid=itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewTop?genreId=36&popId=30 | |
|Top Free=itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewTop?genreId=36&popId=27 | |
|Top Grossing=itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewTop?genreId=36&popId=38 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Pythonista script to create a Launch Center Pro action with all my | |
# updated grocery lists. | |
# Author: Aaron Bach | |
# www: http://www.bachyaproductions.com/ | |
import json | |
import os | |
import sys | |
import urllib | |
import urllib2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.twitter.twitter-mac CircularAvatars -bool true |
OlderNewer