Rbtclk
The light-weight timer application that can run in terminal.
Requirement
- Ruby 2.0 or later.
Installation
$ (sudo) gem install 'rbtclk'
Usage
Basic usage
$ rbtclk
Mode
Now we support only a clock mode.
Countdown timer mode and countup timer mode are our future works.
Example
$ rbtclk --mode clock
$ rbtclk -m clock
Change font
This application depends on artii library (https://github.com/miketierney/artii).
You can use any fonts that are supported by artii.
Example
$ rbtclk --font clb8x8 # default
$ rbtclk --font univers
$ rbtclk --font doh
$ rbtclk --font smkeyboard
Contributing
- Fork it ( https://github.com/mozamimy/rbtclk/fork )
- 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 a new Pull Request