new tool
[hband-tools.git] / tabdata / descriptions.txt
blob55ee5cddd95e5e18c567071a4c8985592842f36d
1 csv2td - Transform CSV to tabular data format.
2 kvpairs2td - Transform lines of key-value pairs to tabular data stream
3 mrkv2td - Transform multi-record key-value (MRKV) stream to tabular data format.
4 td-add-headers - Add headers to the tabular data stream and pass through the rows.
5 td-alter - Add new columns and fields to tabular data stream, and modify value of existing fields.
6 td-collapse - Collapse multiple tabular data records with equivalent keys into one.
7 td-disamb-headers - Disambiguate headers in tabular data
8 td-expand - Generate multiple rows from each one row in a Tabular data stream.
9 td-filter - Show only those records from the input tabular data stream which match to the conditions.
10 td-keepheader - Plug a non header-aware program in the tabular-data processing pipeline
11 td-lpstat - lpstat(1) wrapper to output printers status in Tabular Data format
12 td-ls - ls(1)-like file list but more machine-parseable
13 td-pivot - Switch columns for rows in tabular data
14 td-select - Show only the specified columns from the input tabular data stream.
15 td-sort - Sort tabular data by the columns given by name
16 td-trans - Transform whitespace-delimited into TAB-delimited lines ignoring sorrounding whitespace.
17 td-trans-fixcol - Transform a table-looking text, aligned to fixed columns by spaces, into tabular data.
18 td-trans-ls - Transform ls(1) output into fix number of TAB-delimited columns.
19 td-trans-mount - Transform mount(1) output to tabular data stream.
20 td2html - Transform tabular data stream into a HTML table.
21 td2kvpairs - Transform tabular data into key-value pairs
22 td2mrkv - Transform tabular data into multi-record key-value (MRKV) format.
23 vcf2td - Transform VCF to tabular data format.