nushell.github.io
nushell.github.io copied to clipboard
Nushell's main website, blog, book, and more
Changed the file size units from lowercase to their actual metric and ISO 80000 units. This includes changing the lowercase `b` into `B` which avoids the confusion with the `bit`...
I'm going to fully translate the book into Russian, and would like to see progress in this PR
The example `$df | polars dtypes` is given, which results in an error. Equivalent output can be generated with `$df | polars schema`.
# Start a French translation Linked issue: #1532 ### I started this translation by translating: - the landing page - the book's landing page - the book's "Getting started" section...
`def --env` isn't mentioned in the [Custom Commands](https://www.nushell.sh/book/custom_commands.html) chapter at all at the moment. It's in "Nu as a Shell", under [Environment](https://www.nushell.sh/book/environment.html). TODO: At least create a reference linking from...
Reference: * [Release notes](https://www.nushell.sh/blog/2024-07-23-nushell_0_96_0.html#autoload-directories-for-package-managers-toc) * [These PRs](https://github.com/nushell/nushell/pulls?q=is%3Apr+is%3Amerged+autoload)
### Goal: create and maintain a french translation of Nushell's documentation This is a very big effort, so **if you are a native french speaker** and you want to make...
From [Nushell #13704](https://github.com/nushell/nushell/issues/13704) This is related to, but probably separate from #1526. We need to document how to set `XDG_DATA_HOME`, `XDG_DATA_DIRS`, and what they are used for. Looking at the...
From [this Discord comment](https://discord.com/channels/601130461678272522/614593951969574961/1268892496977723464) from @sholderbach: > his never made it into the proper documentation but if the condition is only dependent on the individual value you can use: https://www.nushell.sh/blog/2022-12-20-nushell-0.73.html#more-sophisticated-coloring-of-data-values-using-closures-webbedspace...
As mentioned #536, search results can surface some pretty old Release Notes that have outdated info. A couple of options: 1. Leave it as it is 2. Review each release...