Darren Schroeder
Darren Schroeder
Transferred to docs repo, as it seems a better fit. Excluding the deprecated commands shouldn't be that tricky as we just need to stop generating the md files for them....
That sounds interesting. We'd probably accept a PR for that functionality.
just for my two cents, i find it hard enough to keep one site up to date. so, i wouldn't be in favor of two unless we had a maintainer...
I guess this is our cheat sheet https://www.nushell.sh/book/command_reference.html
> I know this list and I use it, but it is not that useful for newbies. You have to know quite specifically, what you are looking for and there...
`inc` is a plugin. If you're building from main, you'll have to build it with the build-all* or install-all* scripts. Then you have to register plugins.
you need to install the plugins that you want to use. the ones we include in our prebuilt binaries are also on crates.io like https://crates.io/crates/nu_plugin_inc
you also didn't get the dataframe components which is installed with `cargo install nu --feature=dataframe`. the `nu_plugin_query` plugins can be especially helpful too for parsing web, xml, and json. There's...
I think all supported plugins are included in our release distributions.