Skip to content

Instantly share code, notes, and snippets.

@willwade
Created March 24, 2010 17:02
Show Gist options
  • Save willwade/342497 to your computer and use it in GitHub Desktop.
Save willwade/342497 to your computer and use it in GitHub Desktop.
My quix commands as cloned from Merlin Mann
> Merlin Mann's Custom Quix Commands
> TITLE: mann-quix-d.txt
> REMARKS: Hello, world. Under construction. Dilute! Dilute!
> GITHUB: http://gist.github.com/290059
> MORE: http://quixapp.com
> UPDATED: 2010-02-07_13-07-54
@Merlin Mann's Custom Quix Commands
@May organize these better once they all stabilize
bit javascript:var%20e=document.createElement('script');e.setAttribute('language','javascript');e.setAttribute('src','http://bit.ly/bookmarklet/load.js');document.body.appendChild(e);void(0); Make a bit.ly link
gcal 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
clip http://cl1p.net/%s Make a new cl1p.net page from keyword
down http://downforeveryoneorjustme.com/%d Is this site downforeveryoneorjustme?
eye javascript:void(window.open('http://tineye.com/search?pluginver=bookmark_1.0&url='%20+%20encodeURIComponent(document.URL))); TinyEye: Where's this image from?
gma https://mail.google.com/mail/s/#tl/search/%s Search Gmail
gsub 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
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
qv http://www.tumblr.com/new/video?post[state]=2 Tumblr: Add new video to queue
sfpl http://sflib1.sfpl.org/search/X?SEARCH=%s&searchscope=1&p=&Da=&Db=&SORT=D Library Search Search the SF Public Library
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
gish javascript:window.open('http://www.gishpuppy.com/cgi-bin/loginXpress.py?title='+%t+%20'&url='+%r,%20'_GishPop',%20'height=500,width=592,location=no,scrollbars=yes,menubar=no,toolbar=no,directories=no,resizable=no').focus();
140 javascript:location.href='http://140it.com/twitter/'%20+encodeURIComponent(encodeURIComponent(document.getElementById('status').value))+'/'+encodeURIComponent(encodeURIComponent(document.getElementById('me_name').innerHTML))
cul javascript:(function%20loadBookmarklet()%20%7B%20var%20jQuery;%20var%20t%20=%20'text/javascript';%20if(typeof%20CUL%20!=%20'undefined')%20%7B%20CUL.doStuff();%20return;%20%7D%20CUL%20=%20new%20Object();%20CUL.VERSION%20=%203;%20CUL.POPUP%20=%201;%20CUL.BASE_URL%20=%20'http://www.citeulike.org';%20CUL.USERNAME%20=%20'willwade';%20CUL_STATIC='http://static.citeulike.org';%20if(!jQuery)%7B%20var%20s%20=%20document.createElement('script');%20s.src%20=%20CUL_STATIC+'/3rdparty/jQuery/jquery-1.3.2.min.js';%20s.type%20=%20t;%20document.body.appendChild(s);%20%7D%20(function%20waitForJquery()%20%7B%20if(typeof%20jQuery%20==%20'undefined')%20%7B%20window.setTimeout(waitForJquery,%20200);%20%7D%20%7D)();%20var%20toy%20=%20document.getElementById('cul-toy');%20if%20(toy)%20%7B%20CUL.doStuff();%20%7D%20else%20%7B%20var%20s%20=%20document.createElement('script');%20s.src%20=%20CUL_STATIC+'/toy.js';%20s.type%20=%20t;%20s.id%20=%20'cul-toy';%20document.body.appendChild(s);%20%7D%20%7D)();
rl javascript:function%20iprl5(){var%20d=document,z=d.createElement('scr'+'ipt'),b=d.body;try{if(!b)throw(0);d.title='(Saving...)%20'+d.title;z.setAttribute('src','http://www.instapaper.com/j/iBaBWTNonbCj?u='+encodeURIComponent(d.location.href)+'&t='+(new%20Date().getTime()));b.appendChild(z);}catch(e){alert('Please%20wait%20until%20the%20page%20has%20loaded.');}}iprl5();void(0) Read Later with Instapaper
edit http://gist.github.com/gists/342497/edit Edit my Quix Commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment