projectdiscovery / notify

Notify is a Go-based assistance package that enables you to stream the output of several tools (or read from a file) and publish it to a variety of supported platforms.

Home Page:https://projectdiscovery.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Each line of redirected output is sent as a separate message

0xcrypto opened this issue · comments

In a multiline message, ie.

$ cat /etc/passwd | notify --silent

Discord Webhook receives each line as a separate message. Is there a way to receive it as a single message?