A Slack client for your terminal.
Download a
compatible binary for your system. For convenience, place slack-term in a
directory where you can access it from the command line. Usually this is
/usr/local/bin.
$ mv slack-term /usr/local/binIf you want, you can also get slack-term via Go:
$ go get -u github.com/erroneousboat/slack-term
$ cd $GOPATH/src/github.com/erroneousboat/slack-term
$ go install .You can also run it with docker, make sure you have a valid config file on your host system.
docker run -it -v [config-file]:/config erroneousboat/slack-term-
Get a slack token, click here
-
Running
slack-termfor the first time, will create a default config file at~/.config/slack-term/config.
$ slack-term- Update the config file and update your
slack_tokenFor more configuration options of theconfigfile, see the wiki.
{
"slack_token": "yourslacktokenhere"
}When everything is setup correctly you can run slack-term with the following
command:
$ slack-termBelow are the default key-mappings for slack-term, you can change them
in your config file.

