Releases: jorgebucaran/spark.fish
Releases · jorgebucaran/spark.fish
1.2.0
- Read from stdin if
argv
is empty.
- This means just
spark
alone blocks, as it wants input. As a result, we no longer use isatty
to check if we're connected to a terminal, making it easier to test Spark in a CI environment like GitHub actions.
1.1.0
- Simpler normalization equation.
- Assume one value per line.
- Parse options with
argparse
.
- More usage examples.
1.0.0
Sparklines for Fish. Unofficial port of spark.sh with --min
, --max
options and better performance.
- Remove old
--field
--record
--delim
and --null
CLI options.
- Collect numbers from every field of every record (line) of the input.