Releases: chfritz/lineselect
Releases · chfritz/lineselect
V0.1.6
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
inkversion we use to avoid bugs that occur with other versions