Standupguy
Quickly and easily manage your daily standup from the command line.
Installation
Install it yourself as:
$ gem install Standupguy
Usage
Adding an item
Automatically looks up your ticket subject for Zendesk Tickets. You need to have your username and api key in your ENV. zendesk_user / zendesk_pass
$ standupguy https://foo.zendesk.com/tickets/2
$ standupguy I did a thing today
Viewing your standup
Text based:
$ standupguy
$ standupguy -r TEXT
HTML Report
$ standupguy --report HTML
Email Report (Mac OS Only)
$ standupguy --retort EMAIL
Contributing
- Fork it ( https://github.com/[my-github-username]/Standupguy/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