Darren Schroeder

Results 2077 comments of Darren Schroeder

Sorry, but I think `$nu.input` is going to be confusing to people. I think people will thing it's input to the pipeline or `$in`. I think we need to come...

I'm good with repl-cmd.

Maybe one way around the weirdness of it is just not to print it in the `$nu` table? I'm suggesting leaving it defined but when you type `$nu` you don't...

I'm wondering if this would work as a substitute? ``` view files | last | view span $in.start $in.end ```

If you end up changing `commandline`, we need to make sure we maintain the functionality of `commandline` too. So, here are some keybindings that use it for you to test...

Ideally, I think we'd want it to work nearly identical to the fish counterpart so that when people see it, they can quickly get up to speed and start using...

@stevenxxiu We're currently reorganizing things. @stormasm This tool is in nu-cmd-lang but there are no tests under that folder. Where should we put tests for nu-cmd-lang?

Hey @bobhy - It's related to this https://github.com/nushell/nushell/issues/8174 and the stumbling block that double quotes work differently than single quotes. I just got tired of people not understanding that double...

Closing this because it was frowned upon even though no better suggestion was offered. No use keeping it open if it'll never land.

I'm just guessing but I think what's going on is that `with-column` wants a series or expression and for some reason the failing syntax above isn't generating that. If you...