Skip to content

Releases: ahcm/hist-cli

Add --Header / -H

06 Dec 13:53
Compare
Choose a tag to compare

Let's you specify that the input has a header with --Header / -H.

Add -d for specifying delimiter

25 May 10:16
Compare
Choose a tag to compare

Add -d for specifying delimiter, including escaped (currently only \t, which is the default anyways).

Add -k column selector

24 May 22:03
Compare
Choose a tag to compare

This adds -k column selector.

Make -s output sort | uniq -c | sort compatible

12 Apr 23:47
Compare
Choose a tag to compare
# not plot at all, just replace: sort | uniq -c | sort -n
$ echo a3 b2 b2 a3 a3 c4 c4 c4 c4 | tr ' ' '\n' | hist -n -s -
2       b2
3       a3
4       c4

Change --size to --geometry

26 Dec 11:57
Compare
Choose a tag to compare

Change --size to --geometry to avoid clash in -s.

hist-cli 0.4.1

29 Aug 21:46
Compare
Choose a tag to compare

Use new fixed y-axis of textplots.

0.4.0

12 Jul 11:26
Compare
Choose a tag to compare
hist-cli-0.4.0

Improve example section