Xtop
Requirements
Ruby 1.9.3 or greater. Ruby 2.0 support is untested right now, so please file an issue if you experience a problem.
Installation (Gemfile)
Add the Primedia gem source to your Gemfile:
source 'http://gems.idg.primedia.com'
Add this line to your application's Gemfile:
gem 'xtop'
And then execute:
$ bundle install
Installation (Shell)
Add the Primedia gem source:
gem sources -a http://gems01.lab.primedia.com/
Install it via the gem command:
$ gem install xtop
Usage
To use Xtop, run the command:
xtop
You should have a .xtop.rb file either:
- In the directory you are calling it from
- In your $HOME directory
If you don't have either one, it will exit immediately with no output.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Running the Tests
There are currently no tests.
Credits
Jack Morrill Edward Leung Eric Toulson Colin Rymer Tyler Long Tyler Boyd
License
Xtop is released under the MIT License. See the bundled LICENSE file for details.