Denys Séguret
Denys Séguret
No idea. An investigation would be needed but I don't have time right now.
To measure in broot, I usually put the pattern in the command and I add the :pp verb so that I can check. For example: time br -c ':toggle_hidden;bar;:pp' 
I'd like other people trying those and giving their opinions.
I'm sorry but I don't understand the second problem.
This one (adapted from https://github.com/Canop/broot/issues/373) partially works: it doesn't allow flags ``` def br [...rest] { let path = $(broot --color yes --out /dev/stdout $rest | str trim) let is_empty...
I'll try. I'd appreciate opinions from other nushell users
> You could set the dir with std::env::set_current_dir and then reset the shell using std::process::Command no? No you can't because `std::env::set_current_dir` changes the current dir for the current process, not...
I may propose that one way or another but this is kind of annoying: killing the previous shell and starting with a new one may be surprising or slow, as...
@luccahuguet There's no registered PR, and I don't have time now to dive into nushell, so your help would be welcome here.
Ideal would be a tested PR (I mean the shell initialization process tested) with other nushell users confirming it works for them too and it seems consistent with good nushell...