Darren Schroeder
Darren Schroeder
that collapsed table is looking better, although i don't really understand why the columns do not align. on that table with the new footer and non-aligned columns, can you still...
I"m getting the footer now but I'm still missing the |- and -| characters 
WOW! that looks great!!!!! good job. regarding `sessions` - One way to address this is to have a parameter that states how deeply it should try to expand. so `table...
got this to work with `ls *.json | each {|f| open $f.name | get name} | flatten | wrap output | select output | save out.csv` but it's kind of...
> what's the recommended way to do ls > file.txt (bash) Right now it's `pipeline | save file.txt` or `save --append file.txt` If you really mean `ls` then it's `ls...
You might try the latest main. I'm not having any problems on Mac.
Unfortunately, that is not necessarily correct. It's not always `PATH`. Trust me, I work on windows during the work week and I've tested it hundreds of times. Sometimes Windows has...
`less` actually does support colored output. I have this set in my `env.nu` as the default params `let-env LESS = "-FRX"`. The trick to using it in nushell is to...
- You're welcome. :) - There is no `$LastOutput` yet, although we've talked about it for some time. - I don't believe `!!` will work in an alias or custom...
@wmstack If you download the nushell installer msi from the nushell repo and install it, you'll have the windows less.exe command. We bundle it with the Windows installer.