aboutsummaryrefslogtreecommitdiff
path: root/tg.1
diff options
context:
space:
mode:
authorjakobst1n <jakob.stendahl@outlook.com>2024-06-11 23:45:58 +0200
committerjakobst1n <jakob.stendahl@outlook.com>2024-06-11 23:45:58 +0200
commit26ad27d899a27b0abefea70c592e883c96487f38 (patch)
treee1a2da81c970ff014478894c6357e35499ed27bd /tg.1
parent2e56a0d2e80416904712514da6dab788567a719b (diff)
downloadtextgraph-26ad27d899a27b0abefea70c592e883c96487f38.tar.gz
textgraph-26ad27d899a27b0abefea70c592e883c96487f38.zip
Abstract slightly, add cut functionality
Diffstat (limited to 'tg.1')
-rw-r--r--tg.113
1 files changed, 13 insertions, 0 deletions
diff --git a/tg.1 b/tg.1
index d6fca1d..3afffbf 100644
--- a/tg.1
+++ b/tg.1
@@ -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.