slack-term icon indicating copy to clipboard operation
slack-term copied to clipboard

Slack client for your terminal

Results 66 slack-term issues
Sort by recently updated
recently updated
newest added

Despite making a file containing my token as ``~/.config/slack-term/config/.slack-term``, I get this error: ``2022/01/24 18:24:59 not able to authorize client, check your connection and if your slack-token is set correctly``...

Is there *any* way possible of using this without having to use a legacy token? For teams such as kubernetes.slack.com unfortunately there's no way to get one (they don't allow...

question

Version: 0.5.0 Installation method: Direct download of binary (M1 Mac running Monterey) On visiting any channels with incompatible blocks, the program crashes with the following error message: `cannot unmarshal object...

The program crashes when opening a channel where unsupported blocks are posted. Maybe it should just print something like "this message cannot be displayed" instead of the actual message in...

``` 2020/03/20 15:30:04 json: cannot unmarshal object into Go struct field Attachment.messages.attachments.blocks of type slack.Block ``` --- Version: 2ee21247add4e50660e8b3b90b285814d21d8ad6 Installation method: `go get -u github.com/erroneousboat/slack-term`

bug

``` $ go get -u github.com/erroneousboat/slack-term go: downloading github.com/erroneousboat/slack-term v0.5.0 go: downloading github.com/erroneousboat/termui v0.0.0-20170923115141-80f245cdfa04 go: downloading github.com/nsf/termbox-go v0.0.0-20191229070316-58d4fcbce2a7 go: downloading github.com/OpenPeeDeeP/xdg v0.2.0 go: downloading github.com/0xAX/notificator v0.0.0-20171022182052-88d57ee9043b go: downloading github.com/nlopes/slack v0.6.1-0.20191106133607-d06c2a2b3249...

Hi,is there is a way to show only one channel? or at least get the tool to select default channel on boot ?channels.SelectedChannel? thanks

The default path varies on other operating systems

I read contributing.md and I'm fully aware this may not be merging as is. I'm happy to make this PR a discussion and implement requested changes as we go. this...

I tried https://github.com/erroneousboat/slack-term/wiki#method-2 from the wiki and I arrive at: ``` curl -s "https://slack.com/api/oauth.access?client_id=91899392594.382712253827&client_secret=c7986be41b6ddb478041d1848dad5f6e&code=..." ``` (Instead of ... I had pasted my code as obtained in the steps before) The...