Chen-Sheng Lin

Results 5 comments of Chen-Sheng Lin

After adapted from https://github.com/Canop/broot/issues/373 I try this works. add definitions, aliases to the global [config.nu](https://www.nushell.sh/book/configuration.html#nushell-configuration-with-env-nu-and-config-nu) then start an new nushell ``` def-env br_cmd [] { let cmd_file = (^mktemp |...

update my br command for nushell, use parameters with some restrictions. ``` Usage: > br {flags} Flags: -h, --help Display this help message -a, --args ``` For example launched in...

I have also experienced that NuShell can't change directory after execute custom command. https://github.com/nushell/nushell/issues/5218

> @Hipfox and what about @sorenrade 's solution ? As that is by design with [Nushell's environment is scoped](https://www.nushell.sh/book/thinking_in_nushell.html#nushell-s-environment-is-scoped), I have no idea but try ``` C:\Users\harry〉def-env br [] {...

@Ygarr Maybe try using [nushell](https://www.nushell.sh/) on windows, I find a way to run with [br](https://github.com/Canop/broot/issues/375#issuecomment-1101923175). One of mktemp and rm call from busybox and all these app in [Windows Terminal](https://github.com/microsoft/terminal)...