1.0.1 • Published 6 years ago

slack-terminal v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Slack for Terminal

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/Yoginth/slack-terminal.git
  2. Enter the directory:

    cd slack-terminal
  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

  • Terminal Slack opens for a second but then closes again

    	This might be due to your `SLACK_TOKEN` not being recognised. Make sure the put your `SLACK_TOKEN` between the two single quotes when exporting it:
    
    	```
    	export SLACK_TOKEN='xoxp-254112160503-252950188691-252375361712-6cbf56aada30951a9d310a5f23d032a0'
    	```