bcicen / slackcat

CLI utility to post files and command output to slack
http://slackcat.chat
MIT License
1.22k stars 57 forks source link

Feature request: add extra option for specifying description (alt-text) #90

Open roelvangils opened 1 year ago

roelvangils commented 1 year ago

For a while now, Slack has an option to add a description (alt-text) to uploaded images. In Slack itself, it looks like this:

A description (or alt-text) helps people with visual impairments understand what you’re sharing.

It looks like the API has support for this:

Screenshot from Slack API documentation

Would you consider adding a command-line option to slackcat to add this alt-text?

GLOBAL OPTIONS:
--alt                       If you're sharing an image, add a description
                            (or alt-text) to help people with visual impairments
                            understand what you’re sharing.
(…)

It would be appreciated! 🙏