A rust based CLI tool for interacting with the Slack API using Git-like commands
Example Usage:
./slacker push --channel "C09GF8TSXL2" --text "Hi"
| Commands | Usage |
|---|---|
| pull | Pull contents of a channel, user, or thread |
| push | Push contents to a channel, user, or thread |
| commit | Add a scheduled message to a channel, user, or thread |
| checkout | Checkout a message as a branch (thread) |