This project is no longer maintained.
If you're interested in taking it over, we'd love to hear from you. Email developers@springest.com.
Idid
Ruby CLI to iDoneThis.
Usage (easy)
$ idid Something awesome that my colleagues should know about.
See idid -h
for more available options.
Installation
$ [sudo] gem install idid
Todo
- Write some more tests for mail delivery configurations.
- Off-line support (queue dones and send later).
- Support for iDoneThis personal.
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