You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add support for co-operating command line programs to show output as a two-way scrollable table.
Use cases that come to mind that would benefit from this:
Relational database clients such as psql (able to configure output separators in .psqlrc)
numpy, pandas and other Python libraries working with 2D arrays when used with the REPL (conforming output could probably be implemented via a Python module, need not be in numpy/pandas core; or leverage existing support designed for Jupyter Notebook etc. GUI tools)
Is your feature request related to a problem? Please describe.