public
Description: Extensible command-line tool for ninjas, pirates & pandas.
Homepage:
Clone URL: git://github.com/sbraford/go.git
shanti (author)
Sun Oct 05 22:56:38 -0700 2008
commit  c2c1d625fd73d826b3a1eedfed6355efa5ed169a
tree    9aa27880ef3c013933e91eeb84ff063898aa0774
parent  4bd300c26fbc7c46b1fab851c60b9264a0739d10
go /
name age message
file History.txt Loading commit data...
file Manifest.txt
file README.txt
file Rakefile
directory bin/
file go.gemspec
directory lib/
directory test/
README.txt
= go

* Extensible command-line tool for ninjas, pirates & pandas. (http://github.com/sbraford/go/tree)

== DESCRIPTION:

Provides a command-line tool "go" which can then be extended by adding plugins that others
have created, or that you have made yourself.

Usage:

go <command> <options>

Example:

go twitter "tinkering with the Go gem"
go locate files containing "panda party"
go order dominos --size=large

== FEATURES/PROBLEMS:

* Go is still in an early alpha development stage

== TODO

* Figure out how to easily create/distribute go commands (plugins)
* Figure out the best way to share a go config across multiple machines (via git somehow, perhaps)

== REQUIREMENTS:

* none other than the gem dependencies for the go gem

== INSTALL:

First add GitHub as a source if you haven't already:
* gem sources -a http://gems.github.com

Install the gem via the GitHub gem repository:
* sudo gem install sbraford-go

== LICENSE:

(The MIT License)

Copyright (c) 2008 Shanti A. Braford

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.