buckket / twtxt

Decentralised, minimalist microblogging service for hackers.
http://twtxt.readthedocs.org/en/stable/
MIT License
1.93k stars 79 forks source link

Support tweet from stdin #18

Closed timofurrer closed 8 years ago

timofurrer commented 8 years ago

Support text input for tweet from stdin:

echo "input through pipe - It's awesome" | twtxt tweet
buckket commented 8 years ago

Looks good!