Skip to content

V0.1.6

Latest
Compare
Choose a tag to compare
@chfritz chfritz released this 04 Feb 22:29
· 4 commits to main since this release

Features

  • In addition to outputting result to stdout we now also write it to /tmp/lineselect. I often found myself doing a selection and only afterwards realizing how I wanted to process the output afterwards. This was frustrating because I had to manually redo the selection. Now I can just use the content of the written tmp file as input for a new pipeline.
  • Adds page-up/-down support.

Bug fixes

  • Fixes a bug with output when input lines exceed terminal rows.
  • Fixes the ink version we use to avoid bugs that occur with other versions