nmatte / yadoro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yadoro

Yet Another Pomodoro Timer. Because the other 10 pomodoro gems didn't cut it.

Installation

Add this line to your application's Gemfile:

gem 'yadoro'

And then execute:

$ bundle

Or install it yourself as:

$ gem install yadoro

Usage

To run the timer once without a message:

$ yadoro

To run the timer with a message (or none):

$ yadoro start "your message here"

To run the timer once with a message:

$ yadoro one "your message here"

To run the timer with the optimal work-break balance according to science

$ yadoro sci "your message here"

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nmatte/yadoro.

Development

This is a pet project and as such support is limited, but I plan to add support for TaskWarrior, and possibly move away from using terminal-notifier and Thor.

License

The gem is available as open source under the terms of the MIT License.

About

License:MIT License


Languages

Language:Ruby 98.2%Language:Shell 1.8%