Skip to main content

Pipe command output to Slack from your terminal!

Project description

Simple SlackCat
===============

Pipe command output to Slack from your terminal!

Installation
============

(This will change once registered w/ pypi).

1. Download slackcat to ``/usr/local/bin``
3. Make it executable ``chmod +x /usr/local/bin/slackcat``
3. add your slack webhook url to your bash profile:

```bash

export SLACKCAT_WEBHOOK_URL='https://hooks.slack.com/services/TXXX/BXXXX/ZZZ'
```

that's it. (Better docs coming, WIP)

Usage
=====

send to user from target path

```
slackcat @nick /path/to/file
```

send to user using pipes

```
cat /path/to/file | slackcat @nick
```

send to a channel

```
cat /path/to/file | slackcat "#general"
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

slackcat-0.2.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

slackcat-0.2.0-py2-none-any.whl (6.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page