You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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