Slack TUI client
cd cmd/tight
go build
TOKEN=xoxp-... ./tight
Press CTRL+p to open a channel list. Use tab
, shift+tab
, ctrl+k
, ctrl+j
or arrow keys to navigate the list of channels. Start typing channel name to filter the list. The list is sorted by number of unread messages, channel with most unread messages is on top.
Threads will appear as separate channels in the channel list. They contain the name of the channel and timestamp of the first message in the thread.
Token can be obtained by following these instructions.
- Faster than Slack browser client
- No images
- View and reply to threads
- Mentions
- Show reactions
- Slash commands
- Allow starting threads
- Allow reacting to messages
- Scroll back further in the past than initial 100 messages
Inspired by irc-slack gateway