slackline

command module
v0.0.0-...-bc9812a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2020 License: Unlicense Imports: 3 Imported by: 0

README

Slackline

Slackline lets you post updates/messages to slack with minimal disruption from the cmd line.

Usage

Post a message.

slackline Hello world from slackline!

Setup slack token and channel via prompts. Settings saved to ~/.slackline.yml

slackline --init

Set your slack token / channel.

slackline -t <slack-token> -c "#channel" message to post

Flags can be saved to ~/.slackline.yml. Your token will be encrypted.

slackline -s <slack-token> -c "#channel" --save message to post

Setup

GO(golang)
go get github.com/davidhampgonsalves/slackline

Aliases

Zsh

Send message to #status channel in /me style.

me () { slackline -c "#status" _"$@"_ }

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL