Go to file
erroneousboat cc7dcf1648 Remove unsubscribed or closed channels
This seems only an issue for IM channels. However there isn't a
`excludeArchived` for IM channels. So we will only add users that
aren't deleted to the UserCache. When we are adding the IM channels
we will check if the name is present in the UserCache, when it isn't
we will ignore it. Resulting in channels without IM channels that
are from delete users.

Fixes #3
2016-10-07 22:08:39 +02:00
src Remove unsubscribed or closed channels 2016-10-07 22:08:39 +02:00
.gitignore Add gitignore 2016-10-01 13:47:58 +02:00
LICENSE Make project public 2016-10-02 16:08:59 +02:00
Makefile Fix message notification when current user sends message 2016-10-05 21:57:43 +02:00
README.md Make project public 2016-10-02 16:08:59 +02:00
TODO.md Make project public 2016-10-02 16:08:59 +02:00

Slack-Term

A Slack client for your terminal.

This project is still in development, but you can test it by downloading one of the binaries for your system from the bin folder. Rename the file for convenience into slack-term and create a slack-term.json file with the following contents in your home folder.

{
    "slack_token": "yourslacktokenhere"
}

Run slack-term:

$ ./slack-term

Usage

key action
i insert mode
left move input cursor left
right move input cursor right
esc normal mode
k move channel cursor up
j move channel cursor down
pg-up scroll up chat pane
pg-down scroll down chat pane
q quit