Sha256: e83034c0caf692fb85d095fed193b167d8f227bd88f3576095df7eb3a3a44ff1
Contents?: true
Size: 766 Bytes
Versions: 2
Compression:
Stored size: 766 Bytes
Contents
# Slackdo SlackDO is a simple CLI tool that allows you to send TODO items and Reminders to yourself on Slack through an incoming webhook. ## Installation ```ruby gem install slackdo ``` ## Usage First thing you should do is configure your incoming webhook by doing `slackdo webhook`. After that you're all set to go. Add a new TODO item by typing `slackdo task` or add a reminder with `slackdo reminder`. ## Development Slackdo is still under development and might still be buggy. Feel free to add support to the project. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/segersniels/slackdo. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slackdo-0.2.0 | README.md |
slackdo-0.1.0 | README.md |