Stefan Holderbach
Stefan Holderbach
I think there are two valid usecases to cater to: - automate a regular command execution for which you expect to see the output and then return to reedline (whatever...
Mhh if we don't want to introduce the complexity of having two different bindings https://github.com/nushell/reedline/blob/0698712701418a7212ebf75d5724d72eccc4b43f/src/engine.rs#L675 would be the position to introduce a slightly altered cursor check (just `initialize_prompt_position` was not...
Would love to see if we can handle the absence of certain behaviors of a proper terminal more gracefully. Being able to test reedline end-to-end would be very welcome. There...
Is this still an issue after the signal and process group fixes by @IanManske ?
> Just so you know, these two comments also need to be updated. Since ListStreams' .span() now produces Some, these lines only need the PipelineData::Empty check (i.e. remove the mention...
I have no clue how the virtualenv test stack overflows again on windows. cc @kubouch
Closing this as it probably makes sense to just redo it from first principles instead of resolving a bunch of conflicts and continuing the work.
Thanks @ryand67, have fun!
Closed by #8159
Ah right in the PR @ryand67 mentioned that it doesn't cover all options equally.