Skip to content

GenPage/slacksink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Sink

This is a simple Slack CLI tool for sending data from stdin to a Slack channel, group, or user.

Installation

$ go get github.com/zerok/slacksink

Usage

$ export SLACK_TOKEN=your-token
$ echo "hello" | slacksink --attachment --channel="#team-channel" \
  --message="Some title"

History

This is basically a complete rewrite of Steve Kaliski's stdslack tool. Our use-cases seem to be too different from even trying to contribute some of these changes back so I opted for a complete fork.

About

It's like stdout but for slack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%