Skip to content

Releases: ahcm/hist-cli

hist-cli version 0.5.0 new option aggregate function

Choose a tag to compare

@ahcm ahcm released this 01 Oct 06:53

Instead of just counting the key column one can now also
sum (via -a/--aggregate) it or another column (via -v/--value).

Add --Header / -H

Choose a tag to compare

@ahcm ahcm released this 06 Dec 13:53

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

Add -d for specifying delimiter

Choose a tag to compare

@ahcm ahcm released this 25 May 10:16

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

Add -k column selector

Choose a tag to compare

@ahcm ahcm released this 24 May 22:03

This adds -k column selector.

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

Choose a tag to compare

@ahcm ahcm released this 12 Apr 23:47
# 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

Choose a tag to compare

@ahcm ahcm released this 26 Dec 11:57

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

hist-cli 0.4.1

Choose a tag to compare

@ahcm ahcm released this 29 Aug 21:46

Use new fixed y-axis of textplots.

0.4.0

Choose a tag to compare

@ahcm ahcm released this 12 Jul 11:26
hist-cli-0.4.0

Improve example section