voronianski / node-tweet-cli

Start making tweets from your bash, zsh, whatever!
http://pixelhunter.me/post/66092531636/tweeting-command-line-application-with-flatiron-js
81 stars 17 forks source link

Post a tweet directly from comand line #12

Closed victorperin closed 9 years ago

victorperin commented 9 years ago

Enabling option to make tweets directly without the need of a new line. So, you can use it in another program, like making:

exec('tweet new "example tweet"');