nu_scripts/stdlib-candidate
Gabin Lefranc 0a5c82274f
Add record module (#679)
Add a module to manipulate records.

It can be a potential candidate to nu's standard library ?
Take a look at the name of the functions to see if they respect naming
convention (or if you have better ideas of course 😉 )
2023-11-29 09:12:23 -06:00
..
record Add record module (#679) 2023-11-29 09:12:23 -06:00
README.md Add str append to stdlib-candidate (#626) 2023-09-30 17:13:46 -05:00
str.nu add tests to str.nu (#627) 2023-10-02 19:12:08 +02:00

std-lib candidate

This folder is where we can add scripts that might want to be in std-lib at some point. It can serve both as a holding place for scripts that are waiting on nushell changes, as well as a place to develop and discuss such scripts.