gum table
Render a table of data
Options
Name | Description |
---|---|
--separator, -s <separator> | Row separator |
--columns, -c <names> | Column names |
--widths, -w <widths> | Column widths |
--height <lines> | Table height |
--file, -f <filename> | File path |
--cell.background <color> | Background Color for cell |
--cell.foreground <color> | Foreground Color for cell |
--cell.border <arg> | Border Style for cell |
--cell.border-background <color> | Border Background Color for cell |
--cell.border-foreground <color> | Border Foreground Color for cell |
--cell.align <arg> | Text Alignment for cell |
--cell.height <lines> | Text height for cell |
--cell.width <width> | Text width for cell |
--cell.margin <margin> | Text margin for cell |
--cell.padding <padding> | Text padding for cell |
--cell.bold | Bold text for cell |
--cell.faint | Faint text for cell |
--cell.italic | Italicize text for cell |
--cell.strikethrough | Strikethrough text for cell |
--cell.underline | Underline text for cell |
--header.background <color> | Background Color for header |
--header.foreground <color> | Foreground Color for header |
--header.border <arg> | Border Style for header |
--header.border-background <color> | Border Background Color for header |
--header.border-foreground <color> | Border Foreground Color for header |
--header.align <arg> | Text Alignment for header |
--header.height <lines> | Text height for header |
--header.width <width> | Text width for header |
--header.margin <margin> | Text margin for header |
--header.padding <padding> | Text padding for header |
--header.bold | Bold text for header |
--header.faint | Faint text for header |
--header.italic | Italicize text for header |
--header.strikethrough | Strikethrough text for header |
--header.underline | Underline text for header |
--selected.background <color> | Background Color for selected |
--selected.foreground <color> | Foreground Color for selected |
--selected.border <arg> | Border Style for selected |
--selected.border-background <color> | Border Background Color for selected |
--selected.border-foreground <color> | Border Foreground Color for selected |
--selected.align <arg> | Text Alignment for selected |
--selected.height <lines> | Text height for selected |
--selected.width <width> | Text width for selected |
--selected.margin <margin> | Text margin for selected |
--selected.padding <padding> | Text padding for selected |
--selected.bold | Bold text for selected |
--selected.faint | Faint text for selected |
--selected.italic | Italicize text for selected |
--selected.strikethrough | Strikethrough text for selected |
--selected.underline | Underline text for selected |