sixlive / telegrammer

Minimal app to use Telegram from the CLI for notifications
4 stars 1 forks source link

add stdin support #6

Open Piitschy opened 8 hours ago

Piitschy commented 8 hours ago

Add possibility to use the standard input related to #5

Now it's possible to do this:

echo "some text" | telegrammer

and this:

echo "some text" | telegrammer "some more text"