Justin Ma
Justin Ma
@frederikhors BTW, we will update `winget` package for each release, you can use `winget` to install or update it on Windows
Should be fixed by https://github.com/nushell/nushell/pull/6457, Please reopen if not
https://github.com/sharkdp/bat
@hungpham3112 scoop should be able to install nu v0.62 now, can you try it again? Does this issue still exists?
It works for me on Windows 10 with nu v0.62, closing this, feel free to reopen if not work for you
No stale
Will this feature be supported in `engine-q`? Thanks @jntrnr
We hope to support this feature in version 0.61.0, but this is still uncertain, it requires more design discussion and may be more complex
Related issue: https://github.com/nushell/nushell/issues/4564 https://github.com/nushell/nushell/issues/247 https://github.com/nushell/nushell/issues/1038 https://github.com/nushell/nushell/issues/4104 https://github.com/nushell/nushell/issues/2091 https://github.com/nushell/nushell/issues/1329 https://github.com/nushell/nushell/issues/5036
To filter the commands without a search_terms: ```nu help commands | where is_custom == false | where {|it| ($it.search_terms | str trim | empty?) == true } | where category...