Slackline lets you post updates/messages to slack with minimal disruption from the cmd line.
Post a message.
slackline Hello world from slackline!Setup slack token and channel via prompts. Settings saved to ~/.slackline.yml
slackline --initSet your slack token / channel.
slackline -t <slack-token> -c "#channel" message to postFlags can be saved to ~/.slackline.yml. Your token will be encrypted.
slackline -s <slack-token> -c "#channel" --save message to postgo get github.com/davidhampgonsalves/slacklineSend message to #status channel in /me style.
me () { slackline -c "#status" _"$@"_ }