1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
.TH TABULATE "1" "April 2015" "tabulate" "User Commands"
.SH NAME
tabulate \- Pretty-print tabulate data.
.SH SYNOPSIS
.B tabulate
[\fI\,options\/\fR]
[\fI\,FILE ...\/\fR]
.SH DESCRIPTION
See also <https://github.com/astanin/python-tabulate>.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show this message.
.TP
\fB\-1\fR, \fB\-\-header\fR
use the first row of data as a table header
.TP
\fB\-o\fR FILE, \fB\-\-output\fR FILE
print table to FILE (default: stdout)
.TP
\fB\-s\fR REGEX, \fB\-\-sep\fR REGEX
use a custom column separator (default: whitespace)
.TP
\fB\-F\fR FPFMT, \fB\-\-float\fR FPFMT
floating point number format (default: g)
.TP
\fB\-f\fR FMT, \fB\-\-format\fR FMT
set output table format; supported formats: plain, simple, grid, fancy_grid,
pipe, orgtbl, rst, mediawiki, html, latex, latex_booktabs, tsv (default:
simple)
.SH "AUTHOR"
This manual page was written by ChangZhuo Chen <czchen@gmail.com> for the
.B
Debian GNU/Linux
system (but may be used by others).
|