Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created November 26, 2009 04:36
Show Gist options
  • Select an option

  • Save BanzaiMan/243241 to your computer and use it in GitHub Desktop.

Select an option

Save BanzaiMan/243241 to your computer and use it in GitHub Desktop.
module Termtter::Client
begin
require 'g'
register_command(
:name => :g,
:exec_proc => lambda {|arg|
g arg,
:help => ['g obj', "Do you know 'g'? It's like 'p'."]
}
)
rescue LoadError
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment