All Projects β†’ evanyeung β†’ Terminal Slack

evanyeung / Terminal Slack

Licence: mit
Terminal client for slack

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Terminal Slack

Sclack
The best CLI client for Slack, because everything is terrible!
Stars: ✭ 2,363 (+129.42%)
Mutual labels:  terminal, slack
Aura Theme
πŸ’…β€A beautiful dark theme for your favorite apps.
Stars: ✭ 159 (-84.56%)
Mutual labels:  terminal, slack
Slash
Slack terminal client.
Stars: ✭ 164 (-84.08%)
Mutual labels:  terminal, slack
Dracula Theme
πŸ§›πŸ»β€β™‚οΈ One theme. All platforms.
Stars: ✭ 17,480 (+1597.09%)
Mutual labels:  terminal, slack
Yonce
πŸ‘‘ Queen Bey-inspired themes for all your favs.
Stars: ✭ 280 (-72.82%)
Mutual labels:  terminal, slack
Themer
themer is inspired by trevordmiller/nova and chriskempson/base16.
Stars: ✭ 4,483 (+335.24%)
Mutual labels:  terminal, slack
Themer Gui
A graphical UI for themer. Replaced by Progressive Web App at https://themer.dev.
Stars: ✭ 337 (-67.28%)
Mutual labels:  terminal, slack
Wild Cherry
πŸ‘ΈπŸŒ·πŸ‘Ή A fairy-tale inspired theme, with tasteful use of emojis
Stars: ✭ 443 (-56.99%)
Mutual labels:  terminal, slack
Dotfiles
Colourful & robust configuration files and utilities for Mac, Linux and BSD
Stars: ✭ 1,006 (-2.33%)
Mutual labels:  terminal
Rsclock
A simple terminal clock written in Rust.
Stars: ✭ 43 (-95.83%)
Mutual labels:  terminal
Slack Memo Vim
Simple memo manager with Vim using Slack.
Stars: ✭ 40 (-96.12%)
Mutual labels:  slack
Iterm2 Snazzy
Elegant iTerm2 theme with bright colors
Stars: ✭ 1,005 (-2.43%)
Mutual labels:  terminal
Ed
A modern UNIX ed (line editor) clone written in Go
Stars: ✭ 44 (-95.73%)
Mutual labels:  terminal
Far2l
Linux port of FAR v2
Stars: ✭ 1,001 (-2.82%)
Mutual labels:  terminal
Crossterm
Cross platform terminal library rust
Stars: ✭ 1,023 (-0.68%)
Mutual labels:  terminal
Slackword
Dictionary in your slack....additionally, you can get random words.
Stars: ✭ 39 (-96.21%)
Mutual labels:  slack
Old Slack Emojis
Bring back old emojis to new Slack!
Stars: ✭ 39 (-96.21%)
Mutual labels:  slack
Xfce4 Terminal
πŸ§›πŸ»β€β™‚οΈ Dark theme for xfce4-terminal
Stars: ✭ 44 (-95.73%)
Mutual labels:  terminal
Webpack Deploy
Collection of useful utilities for deploying (not only) Webpack apps
Stars: ✭ 44 (-95.73%)
Mutual labels:  slack
Dotfiles
@anmoljagetia's Dotfiles! Saves me several seconds!
Stars: ✭ 42 (-95.92%)
Mutual labels:  terminal

Terminal Slack

A terminal interface for Slack.

Screenshot of Termianl Slack

Controls

Command Key Combination
Move up up arrow or k
Down up down arrow or j
Search /
Exit esc
Select channels list ctrl + c
Select users list ctrl + u
Select writing area ctrl + w
Select message list ctrl + 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

  • 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'
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].