Sha256: 66682c27b8ace529ac4fc0290d27192c701dd2a98d1120fe3a55fa6bf89daf42
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 KB
Contents
# GeektoolKit GeektoolKit is tool for generating and running geeklets. ## Installation The shebang for all the scripts is '#!/usr/bin/env ruby' and Geektool runs scripts without regard to your ruby version manager, so you will want to run $ sudo gem install geektool_kit using your system ruby. If you are using rvm, that means you will want to run $ rvm use system before you run any scripts. ## Usage To create the config file and generate the geeklets (in ~/geektool_kit) $ geektool_kit setup Once the geeklets have been generated, double-clicking their .glet files will add them to Geektool. To preview the output for the cpu_meter geeklet: $ gk_cpu_meter $ gk_cpu_meter [-l lines_to_print] [-t "alternate title"] To preview the output for the mem_meter geeklet: $ gk_mem_meter $ gk_mem_meter [-l lines_to_print] [-t "alternate title"] To preview the output for the cal geeklet: $ gk_cal ## Contributing 1. Fork it ( https://github.com/[my-github-username]/geektool_kit/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geektool_kit-0.3.1 | README.md |