Go to file
2016-10-12 09:56:21 +02:00
src Finalize support themes 2016-10-11 19:30:26 +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 Update Makefile install command 2016-10-12 09:56:21 +02:00
README.md Finalize support themes 2016-10-11 19:30:26 +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"

    // add the following to use light theme, default is dark
    "theme": "light"
}

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 chat pane up
ctrl-b scroll chat pane up
ctrl-u scroll chat pane up
pg-down scroll chat pane down
ctrl-f scroll chat pane down
ctrl-d scroll chat pane down
pg-down scroll chat pane down
q quit