Deadline
Manage your task's deadlines
Keep your pace
Desktop notification
Installation
Add this line to your application's Gemfile:
gem 'deadline'
And then execute:
$ bundle
Or install it yourself as:
$ gem install deadline
Usage
$ deadline add "task name1" 60 # the task's deadline will be 60min from now
$ deadline add "task name2" 1:00 # the task's deadline will be 1:00
$ deadline tasks # show task list
$ deadline remove 0 # remove first task from task list
$ deadline track # show timer and start desktop notification
$ deadline remove all # remove all tasks
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