dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.32k stars 656 forks source link

How do I force a horizontal query result display? (Opposite of \G) #1135

Closed martin-greentrax closed 8 months ago

martin-greentrax commented 8 months ago

First of all I love mycli, thank you for your work!

mycli automatically switches to the vertical display of results when result columns are too long to fit the page (I guess). I would still usually prefer a horizontal list even if it means I need to scroll left/right.

Is that possible with mycli currently? It has \G but I cannot find an option doing the opposite.

rolandwalker commented 8 months ago

Hi!

Do you have

auto_vertical_output = False

set in ~/.myclirc ?

martin-greentrax commented 8 months ago

aah, yes! Thank you, I did not realize I had the default values there