Skip to content

vm/shlack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shlack

A command line utility to pipe text into Slack messages.

$ echo "anyone wanna grab lunch? :thumbsup:" | shlack random
$ gist < file.json | shlack luke
$ hub pull-request | shlack general

Install:

Set an environment variable SLACK_TOKEN. You can get a token here: https://api.slack.com/docs/oauth-test-tokens

$ cargo build
$ echo hi | target/debug/shlack

This sends a message to Slackbot.

Commands:

-v --verbose
-p --prepend
-a --append

About

A command line utility for Slack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages