Blinker
blinker: simple timer with blink(1)
Installation
Add this line to your application's Gemfile:
gem 'blinker'
And then execute:
$ bundle
Or install it yourself as:
$ gem install blinker
Usage
Use blinker start
command.
First argument is total minutes. Second argument is last minutes.
$ blinker start 5 1
Image
Let's start presentation!
Last spurt!
Last 10 seconds!
Contributing
- Fork it ( https://github.com/Kakakakakku/blinker/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