nushell.github.io
nushell.github.io copied to clipboard
Nushell's main website, blog, book, and more
Currently, the Keychain instructions in the cookbook don't work if you're trying to use GPG and SSH. The instructions assumes you're only using SSH. With this change, it now removes...
Updates the book for the changes in [nushell PR #12747](https://github.com/nushell/nushell/pull/12747). This PR deletes the unused `book/introduction.md` file, so that I don't have to update it. Instead, `book/quick_tour.md` has the same,...
Please add your new features and breaking changes to the release notes by opening PRs against the `release-notes-0.94.0` branch. ## TODO - [ ] look at interesting contributions - [...
As said in discord, I would like to make an introductory document on everything that is related to the parser and other editor tools (tree-sitter, nufmt, both LSPs, etc). I...
The [latest deployment](https://github.com/nushell/nushell.github.io/actions/runs/8786044376/job/24107954260#step:5:16) had the following warnings regarding broken links. ``` warning Broken links found in cookbook/tables.md: ../book/docs/reduce.md warning Broken links found in de/book/advanced.md: standard_library.md, dataframes.md, creating_errors.md, parallelism.md, explore.md warning...
The `std` module is only passingly mentioned in a [placeholder page](https://www.nushell.sh/book/standard_library.html). Currently the only way to learn about it is introspection or reading https://github.com/nushell/nushell/blob/main/crates/nu-std/std/mod.nu (how I discovered it). ~~The testing...
I added a Korean translation. I hope it will be a smooth translation.
The current output isn't up to date. Tables aren't nested (#917). It's also a maintenance burden to identify examples to update (#774) for breaking changes. My proposal is to generate...
`std testing` module went from deprecated to removed since nushell/nushell#11331 in `0.90.0`. Now requires [nupm](https://github.com/nushell/nupm#test_tube-running-a-test-suite-toc).
[Cookbook Setup](https://www.nushell.sh/cookbook/setup.html) The `env` command was removed in [version 0.77](https://www.nushell.sh/blog/2023-03-14-nushell_0_77.html#breaking-changes). The Cookbook Setup page even refers to it as "new" in one place.