v0.0.1
Initial release
A Rust CLI tool for sending messages to Slack.
Features
- Send plain text messages via Block Kit
- Send colored messages via attachment sidebar (
--color) - Automatic fallback to plain text when colored messages exceed 4000 chars
- Read message from
--messageflag or piped stdin - Token resolution:
SLACK_API_KEYenv var →~/.slack/api-token→/etc/slack/api-token
Full Changelog: https://github.com/sblaisot/slack-cli-rust/commits/v0.0.1