The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 1.001

DESCRIPTION

Tell your team members what you're doing via a slack.com channel.

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 commands, a message is sent to slack

New Options

--tell_slack

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

    ~/perl/Secret-Project$ tracker start --notell_slack --tag watching_cat_videos

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.