@prologic@twtxt.net, how do I post from the terminal, using yarnc
non-interactively? Tried something like:
echo "This is a test." | yarnc post
And it didn’t work—it seems it wants to open an editor.
@prologic@twtxt.net, how do I post from the terminal, using yarnc
non-interactively? Tried something like:
echo "This is a test." | yarnc post
And it didn’t work—it seems it wants to open an editor.
Never mind, figured out that yarnc post -
is the way to do it. Thanks code!
@bender@twtxt.net Yup! It maybe should try to detect a pipe maybe too?
@prologic@twtxt.net that would only be logical! :-)