tnb

Crates.iotnb
lib.rstnb
version0.1.2
sourcesrc
created_at2019-11-07 22:37:52.739645
updated_at2021-12-26 13:42:21.082633
descriptioncommand | tnb - pipe your commands to your Telegram Notifications Bot
homepagehttps://github.com/Wint3rmute/tnb
repositoryhttps://github.com/Wint3rmute/tnb
max_upload_size
id179184
size20,598
Mateusz Bączek (Wint3rmute)

documentation

README

tnb - Telegram Notification Bot

$ some_command | tnb - will send the output of the command to your Telegram conversation of choice.

Useful for streaming the output of long-running commands, when you don't want/can't keep a constant SSH connection or you only need a notification when something finishes.

Installation

Arch/Manjaro

tnb package on the AUR.

Others

cargo build --release, then copy the resulting binary (at ./target/release/tnb) to some folder in your PATH.

Commit count: 39

cargo fmt