LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

slack-term

Slack client for the terminal

TLDR

Launch with default config
$ slack-term
copy
Launch with a custom config file
$ slack-term -config [/path/to/config]
copy
Launch with a Slack token directly
$ slack-term -token [xoxp-your-slack-token]
copy
Launch with debugging enabled
$ slack-term -debug
copy

SYNOPSIS

slack-term [-config path] [-token token] [-debug]

DESCRIPTION

slack-term provides a full terminal-based interface for Slack. It supports three modes: command mode for navigation with Vim-like keybindings, insert mode for composing messages, and search mode for finding content. It connects to Slack via an API token and provides channel navigation, messaging, and notifications.

PARAMETERS

-config path

Location of the config file. Defaults to ~/.config/slack-term/config.
-token token
Slack authentication token. Overrides the token in the config file.
-debug
Enable debugging mode.

CONFIGURATION

~/.config/slack-term/config

Default JSON configuration file containing the Slack API token and settings.

HISTORY

slack-term was created by J.P. Bruins Slot (erroneousboat) and is written in Go.

SEE ALSO

weechat(1), irssi(1), scli(1), screen(1)

Copied to clipboard
Kai