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
> 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 |
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
# More info at https://github.com/guard/guard#readme | |
ignore /^coverage\// | |
require 'tempfile' | |
notification :'terminal_notifier' | |
#notification :tmux, | |
# :display_message => true, | |
# :timeout => 5, # in seconds |