diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-06-11 23:45:58 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-06-11 23:45:58 +0200 |
commit | 26ad27d899a27b0abefea70c592e883c96487f38 (patch) | |
tree | e1a2da81c970ff014478894c6357e35499ed27bd /tg.1 | |
parent | 2e56a0d2e80416904712514da6dab788567a719b (diff) | |
download | textgraph-26ad27d899a27b0abefea70c592e883c96487f38.tar.gz textgraph-26ad27d899a27b0abefea70c592e883c96487f38.zip |
Abstract slightly, add cut functionality
Diffstat (limited to 'tg.1')
-rw-r--r-- | tg.1 | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -16,6 +16,19 @@ Display help information. .IP "\fB-s, --silent\fR" Disable distracting elements, such as axis and non-graph text. +.IP "\fB-a, --ascii\fR" +Shorthand for -t ascii, if multiple options setting mode is specified, +the last will likely be respected. + +.IP "\fB-n, --last-n\fR \fIcount\fR" +If specified, only the newest \fIcount\fR samples will be plotted. +This can be useful if you want to follow the latest state of a graph that is piped in. + + +.IP "\fB-c, --cut\fR" +This is a special case of \fB--last-n\fR. Where the number of columns +\fB--width\fI will be used for the count. + .IP "\fB-t\fR \fItype\fR" The type of graph to draw, it defaults to \fBstar\fR, which is the fastest one. |