Slackadaisical icon indicating copy to clipboard operation
Slackadaisical copied to clipboard

Command line Slack chat client.

Results 11 Slackadaisical issues
Sort by recently updated
recently updated
newest added

Hi, I'm using Slackadaisical on a real terminal DEC VT320 in VT100 mode. The problem happens when I'm in the chat window ("ctrl-o" mode), like this: ![image](https://user-images.githubusercontent.com/2118813/151584383-d1ea9656-e9d4-4bf3-bc3b-5faa1e6f479f.png) If I repeatedly...

As the title states, double-clicking on the general channel in the Slack I'm signed into causes the following crash: ``` TypeError: Cannot read property 'width' of null at Box.Element._getWidth (~/.nvm/versions/node/v8.3.0/lib/node_modules/slackadaisical/node_modules/blessed/lib/widgets/element.js:1060:19)...

Hi there, When I try to run your client I get the following stack dump ``` bensley@htpc-ubuntu:~$ slackadaisical TypeError: Object.values is not a function at /home/bensley/.nvm/versions/node/v6.14.4/lib/node_modules/slackadaisical/dist/ChannelsList.js:314:43 at Request._callback (/home/bensley/.nvm/versions/node/v6.14.4/lib/node_modules/slackadaisical/dist/SlackAPI.js:219:53) at...

Invoke with `slackadaisical myWorkspace`, with a JSON file at `~/.slack_token` shaped like this: ```json { "myWorkspace": "xxx-slack-token-...", "myOtherWorkspace": "xxx-slack-token-...", } ``` Addresses #10 and (part of) #6. Input and feedback...

When running `$ npm run start` or when the package is installed globally, I get an error: ```bash TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined at Request._callback (.../Slackadaisical/dist/SlackAPI.js:197:55) at Request.self.callback...

Rather than leaving the sensitive token on disk, it would be great to be able to pass it into the program through an alternative method. One way would be to...

This is a change to fix the width of the channels list instead of having it be proportional. This is quite useful when resizing the terminal window to view a...

This application will be used daily by me if it's colorscheme can be replaced in favor of the terminal-colors. Not a dealbreaker, but would be nice to be able to...

On the left panel of the contacts and channels, I could find deactivated accounts, one I click on any one of those, I got the error: ```bash TypeError: Cannot read...

Whenever I send a message, the recipient receives a desktop notification from a "Slack API tester" instead of showing my name. The chat history still correctly shows my name, however.