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

added ability to read from stdin, meaning scripting is now possible #2

Closed jzacsh closed 11 years ago

jzacsh commented 11 years ago

Ah, good catch on the copy-pasta. What should it be? Perhaps:

The tweet read command is identical to create, but reads from stdin, enabling use with scripting. eg: your_script | tweet read

voronianski commented 11 years ago

@jzacsh sounds ok, also please change everything from create to read (e.g. https://github.com/voronianski/node-tweet-cli/pull/2/files#diff-3559e73f0f212ac475d790e6cedce351R7)

jzacsh commented 11 years ago

Okay, feel free to take another look!

voronianski commented 11 years ago

ok, merging