Home

Awesome

Terminal Slack

A terminal interface for Slack.

Screenshot of Termianl Slack

Controls

CommandKey Combination
Move upup arrow or k
Down updown arrow or j
Search/
Exitesc
Select channels listctrl + c
Select users listctrl + u
Select writing areactrl + w
Select message listctrl + l

Prerequsites

Setup

  1. Download this repository:

    git clone https://github.com/evanyeung/terminal-slack.git
    
  2. Enter the directory:

    cd terminal-slack
    
  3. Install the package:

    npm install
    
  4. Create your Legacy Slack API token.

  5. Install your token on your local machine, inserting your token between the quotes:

    export SLACK_TOKEN='your-slack-token-here'
    
  6. Run the application:

    node main.js
    
  7. Terminal Slack should now launch.

Troubleshooting