slackcat
slackcat copied to clipboard
CLI utility to post files and command output to slack
For updating library dependencies, this PR adds dependabot to the repository.
util produce a mess like %26lt%3B in stream output when meeting a spec xml chars maybe there is a proper way to escape this but no any mention in readme...
Right now if we use wildcards for filename it uploads the first match, instead of all the files. If the directory has two files some.json and some.csv and you use-...
I'd like to use the same tool to just post with --comment but no file or stdin. right now I just `echo | slackcat` and it uploads a two link...
It would be nice to have a feature with webhook being an interaction medium. This feature will reduce the access to a single channel instead of having access to all...
I was seeing encoded strings like `%26gt%3B` in my slack channel. I removed the existing replacements and enable the `slack-go` escaper. https://github.com/slack-go/slack/blob/c4095cb17cf21c2b2b9c459d5512d14ca5143f64/slackutilsx/slackutilsx.go#L53-L59
I probably am just missing something but I am unable to post to a channel that has a space in the name or to my personal channel. I have tried...
Hello, this project looks awesome. I am trying to configure it but authentification fails. Token is undefined. (I retried a lot) Is it normal to have a HTTP and not...