NAME

App::TimeTracker::Command::TellSlack - App::TimeTracker plugin for posting to slack.com

VERSION

version 1.000

DESCRIPTION

Tell your team members what you're doing in your slack.com chat.

CONFIGURATION

plugins

add TellSlack to your list of plugins

tell_slack

add a hash named tell_slack, containing the following keys:

url

Required.

The Webhook URL for your Incoming WebHook.

username

Optional.

The username that should be used when posting the message.

ignore_stop_when_starting

Optional.

If set to a true value, do not post the previous task (which has just been stopped) when starting a new task.

NEW COMMANDS

none

CHANGES TO OTHER COMMANDS

start, stop, continue

After running the respective command, a message is sent to slack

New Options

--tell_slack

Defaults to true, but you can disable it like this:

~/perl/Your-Project$ tracker start --notell_slack

to not post this action to slack.

AUTHOR

Thomas Klausner <domm@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Thomas Klausner.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.