-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

slackcat


> Utility for passing files and command output to Slack.

More information.


Post a file to Slack:

slackcat --channel {channel_name} {path/to/file}

Post a file to Slack with a custom filename:

slackcat --channel {channel_name} --filename={filename} {path/to/file}

Pipe command output to Slack as a text snippet:

{command} | slackcat --channel {channel_name} --filename={snippet_name}

Stream command output to Slack continuously:

{command} | slackcat --channel {channel_name} --stream


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 16:39:05 2024