Darren Schroeder

Results 2076 comments of Darren Schroeder

I think it's the completion_menu in config.nu that has coloring you can change. Mine looks like this but I also have $env.config.completions.use_ls_colors set to true. ![image](https://github.com/nushell/nushell/assets/343840/8826728e-9e4b-485b-b8ff-266495102f5b)

@KAAtheWiseGit That may be because you're not on the latest main branch. It's a relatively new feature.

The last time we talked about this I thought that `def --wrapped` custom commands would suffice. I could be remembering wrong though. For what it's worth, I'd probably support something...

You're trying to pass `-- foo bar` to `nu`, not the `tmp` custom command which is fine, but my example was for custom commands supporting those flags, not the nushell...

Ok, as long as it doesn't interfere with params being passed to scripts. I'm pretty sure this is allowed now like `nu script.nu param1 param2` where param1 and param2 are...

@devyn Wow, again! I'm so excited about this PR and you taking the time to invest in the nushell plugins to make them better. Thank you so much! I like...

Thanks for all your help. Excited to see where this takes us.

I can't reproduce this on linux or windows with the latest main branch. I wonder if it's already been fixed? But also, I wonder if that's just something that's in...

@Tastaturtaste any thoughts on this issue?

Ugh, why are clipboard crates such a pain. lol.