hoop33 / wry

App.net command-line client for Mac OS X
http://grailbox.com/wry
MIT License
43 stars 6 forks source link

`wry reply <id>` without message should read reply body from stdin till EOF #52

Closed hoop33 closed 11 years ago

hoop33 commented 11 years ago

See #43

parkr commented 11 years ago

or $EDITOR?????????????? :zap:

hoop33 commented 11 years ago

Good thought!

jeremy-w commented 11 years ago

Should probably check if it's being used in interactive mode or not. If not, read stdin. If so, use first executable among ($WRY_EDITOR $EDITOR vi ed).