Skip to content

Instantly share code, notes, and snippets.

View mattcassinelli's full-sized avatar

Matthew Cassinelli mattcassinelli

View GitHub Profile
@mattcassinelli
mattcassinelli / Simplenote List
Last active January 3, 2016 19:11
Simplenote action list to Open the app, create a blank New Note, and to add new notes with a tag for Work, Ideas, URL, or my blog 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]]
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
clearapp://list/create?
listName=[prompt:List Name]&
tasks=[prompt-list:List Items]
@mattcassinelli
mattcassinelli / Clear–List
Last active August 29, 2015 13:55
Clear action list with a prompt to add a task to the top of one my Clear lists: Reminders, Work, Blog, Groceries, Shopping List, Albums to Buy, Movies to Watch, Movies to Download, and TV Shows to Watch.
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
@mattcassinelli
mattcassinelli / Fantastical–List
Last active August 29, 2015 13:55
Fantastical action list to set a Reminder, create an Event, open the app (using the • ), and Search using a query.
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]
]]
@mattcassinelli
mattcassinelli / Rdio-List
Last active August 29, 2015 13:55
Rdio list for to do the following: Open, Search, go to The Strokes, go to Foals, go to The Postal Service, go to The Deadly Syndrome, go to Gorillaz, go to Bon Iver, and go to 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|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
@mattcassinelli
mattcassinelli / Command+C–Clipboard
Created February 2, 2014 07:34
Command+C action to copy the Clipboard, send to the device first paired with Cmd+C, and return to Launch Center Pro
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
@mattcassinelli
mattcassinelli / App Store
Created February 2, 2014 07:49
Action list to open the App Store, search for a term, and open the Top Paid, Free, or Grossing charts.
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
javascript:window.location='launchpro://?url='+encodeURIComponent('launchpro://?url=[list:URL: ' +location.href+'|🔵 Tweetbot=tweetbot://viticci/post?text={{'+location.href+'}}|📌 Pinswift=pinswift://x-callback-url/add?url={{'+location.href+'}}|✅ To Check Out=drafts://x-callback-url/create?text={{'+location.href+'}}&action={{Stuff To Check Out}}|🔴 Reminder=fantastical2://parse?sentence={{'+location.href+'}}&reminder=1|🔒 Open In 1Password=op'+location.href+'|🔗 Clean Link=clean-links://x-callback-url/clean?url={{'+location.href+'}}]')
# 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
@mattcassinelli
mattcassinelli / Twitter_Mac_CircularAvatars
Last active August 29, 2015 14:08
Get circular avatars on Twitter for Mac
defaults write com.twitter.twitter-mac CircularAvatars -bool true