Spark.fish Versions Save

▁▂▄▆▇█▇▆▄▂▁

1.2.0

3 years ago
  • 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

3 years ago
  • Simpler normalization equation.
    • Assume one value per line.
  • Parse options with argparse.
  • More usage examples.

1.0.0

5 years ago

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.