nu_scripts/before_v0.60/stdlib_candidate
Maxim Uvarov afde2592a6
use typos for corrections (#833)
I used [typos](https://github.com/crate-ci/typos/).
I manually checked all the corrections and they seem safe to me.
There are still some left, but those in this PR are good
2024-05-08 06:47:54 -05:00
..
flatter.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
get-column.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
get-latest-release-linux.nu use typos for corrections (#833) 2024-05-08 06:47:54 -05:00
get-row.nu 🐛 fix a couple of parser errors (#782) 2024-03-10 14:05:01 -05:00
logging.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
nu_style.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
print.nu Switch to 'and' and 'or' (#322) 2022-12-08 12:52:10 +13:00
README.md reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00

Nushell standard library candidate scripts

Definition

Standard library candidates are scripts that should be installed with nushell and be sourced at startup time that add additional functionality to nushell. Some of these scripts could even take the place of some of the current rust code.

Why Candidate?

Since this is really the only documentation of what should be in a standard library for nushell, we need to decide as a community what needs to be included in a standard library.

Category

Standard Library candidates can be any category of script.