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
@@ -88,10 +88,12 @@ Tennis works fine with Unicode and emoji content. Calculating non-ASCII display
88
88
89
89
### Colors, Themes, Appearance
90
90
91
-
Tennis picks a color theme based on the color of your terminal. Color is on by default. It also honors `NO_COLOR=1`. See `--color` and `--theme`. Max terminal width is pulled from your terminal, or defaults to 80 if we can't figure it out. See `--width` if you need to override it or want something predictable for CI/tests.
91
+
Tennis picks a color theme based on the color of your terminal. Color is on by default. It also honors `NO_COLOR=1`. Terminal width is pulled from your terminal, or defaults to 80 if we can't figure it out. See `--width` if you want to override layout.
92
92
93
93
Use `--border`, `--row-numbers`, `--title`, and `--zebra` for more bling. Tennis supports the same borders as `nushell`.
94
94
95
+
It's common to use `--pager` to send output through $PAGER or less.
96
+
95
97
<imgsrc="./bling.png"width="60%">
96
98
97
99
### Data, Selection, Order
@@ -127,9 +129,8 @@ We love CSV tools and use them all the time! Here are a few that we rely on:
127
129
128
130
#### 0.5.0 (unreleased)
129
131
130
-
- detect and justify percent cols
131
-
- idea: max col width and/or better layout controls, this is driving me nuts
132
-
- idea: better output for "list of columns" on col arg errors
132
+
-`--width min` to layout based on header width, or `--width max` to disable truncation
0 commit comments