nushell.github.io
nushell.github.io copied to clipboard
Nushell's main website, blog, book, and more
related to - #982 when i was working on #982, i tried to `npm run dev` and have a look at the website but i got the following error :confused:...
In the docs https://www.nushell.sh/book/aliases.html there is this statement: > For more details about how to persist aliases so that they're visible when you start up Nushell, see the [configuration chapter](https://www.nushell.sh/book/configuration.html)....
That's a little confusing and I'd rather that they did.
https://hstspreload.org/ is using HTTPS, but is not using the full protection of HSTS preloading: - https://scotthelme.co.uk/hsts-the-missing-link-in-tls/?ref=scotthelme.co.uk - https://scotthelme.co.uk/hsts-preloading/ If the subdomains are not used for any private infrastructure I would...
nu: 0.79.0  I've found no `env` builtin command documented on site, while it's [told](https://www.nushell.sh/cookbook/setup.html#how-to-list-your-environment-variables) that this command is new: > or for a more detailed view, use our new...
Related https://github.com/nushell/nushell.github.io/issues/797 https://www.nushell.sh/book/variables_and_subexpressions.html#variables " **Variables in Nushell are immutable, that means that you cannot change its value after declaration. They can be shadowed in nested block**, " This is very...
On https://www.nushell.sh/book/coming_from_bash.html you have the command `ls **/Makefile | get name | vim $in`. It doesn't work because pipeline sends data to standard input and vim returns an error. ```...
I think the dependencies section of the docs needs some help. Somebody recently pointed out that "libx11 is no longer required" with a link to some commit where it was...
I get this  and looking in dev tools it shows this  If I change to InPrivate mode, it seems to load fine. Confused 🤔
as the following PR has been closed - #804 i've been thinking about something that could be cool to allow - probably the major part to enjoy a stable experience...