slacktee

slacktee is a bash script that works like tee command. Instead of writing the standard input to files, slacktee posts it to Slack.

APACHE-2.0 License

Stars
826
slacktee - v1.2.4

Published by Chikashi-Kato almost 9 years ago

  • -i option supports a direct URL to an image
  • Some whitespace issues were fixed
slacktee - v1.2.3

Published by Chikashi-Kato about 9 years ago

Fix a bug that slacktee exits after posting 1st line in the no-buffering mode

slacktee - v1.2.2

Published by Chikashi-Kato about 9 years ago

  • Return appropriate exit code
  • Improve install.sh
slacktee - v1.2.1

Published by Chikashi-Kato about 9 years ago

Support direct messaging using '@username' channel notation.

Example)

echo "Submit Your Expense Reimbursement Form By Friday!" | slacktee.sh -c "@chuck"
slacktee - v1.2.0

Published by Chikashi-Kato over 9 years ago

Added following options to support sending richly-formatted messages using Attachments

-a, --attachment [color]          Use attachment (richly-formatted message)
                                  Color can be 'good','warning','danger' or any hex color code (eg. #439FE0)
                                  See https://api.slack.com/docs/attachments for more details.
-e, --field title value           Add a field to the attachment. You can specify this multiple times
-s, --short-field title value     Add a short field to the attachment. You can specify this multiple times
slacktee -

Published by Chikashi-Kato over 9 years ago

Bugfix: Preserve white spaces in messages

slacktee - v1.1.2

Published by Chikashi-Kato over 9 years ago

Added installation script

slacktee - v1.1.1

Published by Chikashi-Kato over 9 years ago

Fixed a bug:

  • Double and single quote mark weren't escaped correctly
slacktee - v1.1.0

Published by Chikashi-Kato over 9 years ago

Added a few useful options.

  • Added the message formatting option. Now you can notify team members using @ command in link_names formatting mode.
  • Added the plain text option.
  • Added the interactive setup mode.
slacktee - Fixed the issue #8

Published by Chikashi-Kato almost 10 years ago

Fixed a following issue:

  • Unnecessary colons were added to the icon, when -i option was used
slacktee - First stable version

Published by Chikashi-Kato almost 10 years ago

We have tested this version for a while and confirmed it's stable enough for the first release :)