Darren Schroeder
Darren Schroeder
it's more of a design choice. you could also just specify the column that you want the mime applied to. we do that with several commands.
So, it looks like this is about `nu-glob` versus the `glob` command. Just clarifying.
I think maybe I'm missing the point here. What's not working? ```nushell ❯ let ext = "bash" ❯ let arg = "-c" ❯ let cmd = "echo foo && false"...
I think it's this PR https://github.com/nushell/nushell/pull/11934 that changed that part. @IanManske Any ideas how to help out here? There's also a tee command that may help https://github.com/nushell/nushell/pull/11928 This PR also...
Usually to implement things like this, it requires a change to reedline and a change to nushell. Following your comments, some of this could already be done (it looks like...
I've seen someone round trip a `date now` from a record but I don't remember how they did it. ```nushell date now | into record | something_here ``` I thought...
There should be 3 terms in consideration. https://github.com/nushell/nushell/blob/533603b72c128294c19c27324eb74264894cb496/crates/nu-cli/src/eval_file.rs#L94-L106 Here's my position. I've learned that no matter what we name them, people will complain about it. That may sound cynical, but...
I'm trying to unravel what's going on here. This is what I get with the nushell `cal` command. 
No `cal` on Ubuntu for some reason? 
Apparently, either i have `cal` and and it's not in my path, or i don't have it and it's not in util-linux. ``` ❯ sudo aptitude install util-linux[sudo] password for...