irccat

command module
v0.0.0-...-3705cbc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2021 License: MIT Imports: 10 Imported by: 0

README

irccat - cat for IRC

Build Status Go Report Card GoDoc Sourcegraph

irccat is a simple tool that reads from standard input (stdin) and posts the read message to a target IRC channel on a specified server.

Useful for simple command-line notifications, part of a pipeline, monitoring or anything you can pipe to irccat. Example:

echo 'Hello World!' | irccat irc.freenode.net:6667 gonuts

Installation

From Source:

$ go -u get github.com/prologic/irccat

Using Docker:

$ docker pull prologic/irccat

Usage

From Source:

$ echo '<message>' | irccat <address>:<port> <channel>

Using Docker:

$ echo '<message>' | docker run -i -t prologic/irccat <address>:<port> <channel>

License

irccat is licensed under the MIT License.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL