GitXplorerGitXplorer
m

slack-cli

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
46e59e29ca27b82ff7969ec37d10d385c4bbccaf

Update README to describe new options

committed 8 years ago
Unverified
1dde9eed9bc079a5417e8142190f611135a0748f

Switch to flag.Args from os.Args because options aren't actually args

committed 8 years ago
Unverified
94fd113738ecc39eeb2cd2e08c02296a6ee89fea

Add a feature to understand commandline options

committed 8 years ago
Unverified
85d4faf1434bfd8726d46d6bc67d1d18c439fbaf

Create loadConf function

committed 9 years ago
Unverified
1e9855cdbf237b1674c219c610640d7d242fa9d7

Config to conf for consistency (more)

committed 9 years ago
Unverified
a9838e52e7a11cf53f6418cdaadf2c594dca431b

Config to conf for consistency

committed 9 years ago

README

The README file for this repository.

Slack Go Client

Slack Go Client. Only posting to a specific channel is supported currently.

Install

Change slack-cli.json and copy that to .slack-cli.json under your $HOME.

Run

Provided that you built slack-cli by go build -o slack-cli slack-cli.go:

$ slack-cli MESSAGE YOU WANT TO POST

(or)

$ slack-cli -ch=CHANNEL_TO_POST Hello

(or)

$ slack-cli -ch=CHANNEL_TO_POST -uname=JANE_DOE Hello