Skip to content

Instantly share code, notes, and snippets.

@bak
Created February 17, 2010 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bak/307009 to your computer and use it in GitHub Desktop.
Save bak/307009 to your computer and use it in GitHub Desktop.
> Custom Quix Commands adapted from Merlin Mann
> TITLE: quix.txt
> GITHUB: http://gist.github.com/307009
> MORE: http://quixapp.com
> UPDATED: 2010-02-17_13-13-54
@Custom Quix Commands, orig. adapted from Merlin Mann
cal javascript:var%20s;if(window.getSelection){s=window.getSelection();}else{s=document.selection.createRange().text;}var%20t=prompt('Please%20enter%20a%20description%20for%20the%20event',s);if(t){void(window.open(encodeURI('http://www.google.com/calendar/event?ctext='+t+'&action=TEMPLATE&pprop=HowCreated%3AQUICKADD'),'gcal'));}else{void(s);} Add event to Google Calendar
down http://downforeveryoneorjustme.com/%d Is this site downforeveryoneorjustme?
gread javascript:var%20b=document.body;if(b){void(z=document.createElement('script'));void(z.src='http://www.google.com/reader/ui/subscribe-bookmarklet.js');void(b.appendChild(z));}else{location='http://www.google.com/reader/view/feed/'+encodeURIComponent(location.href)} Subscribe in Google Reader
mob javascript:function%20iptxt(){var%20d=document;try{if(!d.body)throw(0);window.location='http://www.instapaper.com/text?u='+encodeURIComponent(d.location.href);}catch(e){alert('Please%20wait%20until%20the%20page%20has%20loaded.');}}iptxt();void(0) Make page into purty Instapaper mobile style
of javascript:window.location='omnifocus:///add?note='+encodeURIComponent(window.location)+'&name='+encodeURIComponent(document.title) Send to OmniFocus
pb javascript:q=location.href;p=document.title;void(open('http://pinboard.in/add?url='+encodeURIComponent(q)+'&title='+encodeURIComponent(p),'Pinboard',%20'toolbar=no,width=700,height=350')); PB 2
pbl javascript:q=location.href;p=document.title;void(t=open('http://pinboard.in/add?later=yes&noui=yes&jump=close&url='+encodeURIComponent(q)+'&title='+encodeURIComponent(p),'Pinboard','toolbar=no,width=100,height=100'));t.blur(); pinboard read later
text javascript:location.href='http://www.aaronsw.com/2002/html2text/?url='+document.location.href; Transform this page into Markdown
tweet http://backtweets.com/search?q=%s Show BackTweets on this URL
twit http://search.twitter.com/search?q=%s Search Twitter for this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment