jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
220 stars 29 forks source link

Tweet width on lsrecent #14

Closed mrjabba closed 13 years ago

mrjabba commented 13 years ago

Is it possible to have twidge display tweets that span the full width of my terminal window or more than 80 characters without wrapping?

Or perhaps that's something I have to do on my end? Looks like my tweets from doing lsrecent all wrap at 80 characters regardless of terminal width.

Sorry if this is a noob linux question. Maybe an answer could be another FAQ for display?

Thanks! Kevin

jgoerzen commented 13 years ago

Try:

twidge lsrecent -w tput cols

Let me know if that works for you.

Note that this is the backtick character, next to the 1, not the apostrophe.

mrjabba commented 13 years ago

Thanks for the quick reply. That worked! Love the twidge. Keep it up!

Kevin

jgoerzen commented 13 years ago

Tip added to http://wiki.github.com/jgoerzen/twidge/howtos. Thanks.

hrenza07 commented 10 years ago

My question is: Can I view the tweets of an specific user with the command lsrecent? If not, what file I must to change for do it?

THANK YOU.