tui.table.row
tui.table.row ID [INDEX]
Prints a row as a|b|c, default the selected one.
Notes
- Split it with
IFS="|" read -r name size <<<"$(tui.table.row procs)".
D.A.B.Tv0.0.17
Tutorial
API
DABT Tools ↗
GitHub ↗
tui.table.rowtui.table.row ID [INDEX]
Prints a row as a|b|c, default the selected one.
Notes
IFS="|" read -r name size <<<"$(tui.table.row procs)".