diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-06-12 01:09:07 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-06-12 01:09:07 +0200 |
commit | 68fb5ef079b8c122acde3252b713dd9c89d8aa5f (patch) | |
tree | 0bf782aa3578a9ef36ba357b39b2c912f019f082 /tg.1 | |
parent | 42c249ebe1cbfaac82b8fb349c34e6110d1df89f (diff) | |
download | textgraph-68fb5ef079b8c122acde3252b713dd9c89d8aa5f.tar.gz textgraph-68fb5ef079b8c122acde3252b713dd9c89d8aa5f.zip |
Add attempt at a braille mode
Diffstat (limited to 'tg.1')
-rw-r--r-- | tg.1 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -20,11 +20,14 @@ Disable distracting elements, such as axis and non-graph text. Shorthand for -t ascii, if multiple options setting mode is specified, the last will likely be respected. +.IP "\fB-b, --braille\fR" +Shorthand for -t braille, 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. @@ -32,7 +35,7 @@ This is a special case of \fB--last-n\fR. Where the number of columns .IP "\fB-t\fR \fItype\fR" The type of graph to draw, it defaults to \fBstar\fR, which is the fastest one. -Options are \fBstar\fR and \fBascii\fR. +Options are \fBstar\fR, \fBascii\fR and \fBbraille\fR. Ascii is slightly prettier to look at. .IP "\fB-w, --width\fR \fIwidth\fR" |