Denys Séguret
Denys Séguret
An approach might be to allow more settings to be carried by verb arguments, using the syntax I introduced at https://github.com/Canop/broot/blob/main/CHANGELOG.md#v091---2019-07-29 This could for example be `write_stdout {file:comma-separated};:quit` or `write_stdout...
I'm dropping this PR and will try another approach.
I clearly prefer the correct script to be installed by broot. But as I can't test myself on Windows, I let you create and check the PR.
Instead of changing `:print_path`, which is too specific anyway, why not having a `:write_stdout` verb, similar to the current `:write_output` but writing to stdout instead of writing to the file...
@AeliusSaionji Can you have a look at https://github.com/Canop/broot/pull/901 ?
@Alfamari This is very relevant and something I didn't think about
As you probably know, I don't test on Windows and I need Windows users to test, analyze, and clarify the situation on Windows. It's also hard for me to follow...
I don't reproduce that. Can you please post an example I can reproduce ?
no reproduction
What you want is * having bacon display the warning and errors in your program if any * and if none, have it display the output of the running program,...