Skip to content

Instantly share code, notes, and snippets.

tell application "Twitterrific"
open location "http://search.twitter.com/search?q=%40" & screen name of selection
end tell
@granth
granth / thorcat.rb
Created January 21, 2009 17:16
show the code for a Thor task
# thor install http://gist.github.com/50043.txt
# thor cat:task some:task
# thor cat:task thor:runner:install # built-in tasks
require 'ruby2ruby'
class Cat < Thor
$requires = []
module ::Kernel
def require_with_record(file)