bti icon indicating copy to clipboard operation
bti copied to clipboard

Do multiline tweet!

Open ghjardim opened this issue 3 years ago • 0 comments

Hi! I'm trying to post a multiline tweet using:

#$msg = string with \n
echo "$msg" | bti

But the result is a tweet with just the first line. If message is "Hi!\nHow are you?", bti posts only "Hi!". Is it a feature that bti lacks support of? Or already there's a way to post multiline tweets?

ghjardim avatar Jan 15 '22 10:01 ghjardim