Darren Schroeder
Darren Schroeder
I wrote [a script](https://github.com/nushell/nu_scripts/blob/main/themes/themes/preview-generate-script.nu) that automatically tries out every theme in nu_scripts/themes and takes a screenshot. So, such a thing should already be possible via writing a custom command.
I'm not sure it's worth another table parameter myself when you could potentially write a custom command and use it like `ls | mode rounded | table`. If something like...
I threw this together real quick as an example with filename mode.nu. ```nushell # Pass in a table mode to change the table style for a single table export def-env...
This will report a valid value, but not all the possible values. ```nushell $env.config.table.mode ```
There are no completions for editing the config file...yet.
ya, let's close this now. thanks.
> Hello! Sorry for the long period of inactivity... Hey! It's @merelymyself!!! It's so glad to see you back here. Welcome again!
Should close this now that dataframe commands are renamed?
I think I finally understand this PR. You just want to make `get` work more like `select` works, which is, if there's an empty cell, `select` shows and error. Right...
> But I think get and selected should show the message I agree. I'm interested what others think too.