nu_scripts/stdlib-candidate
Douglas 743ccc08ee
Table and list helper commands (#967)
From https://github.com/nushell/nushell/issues/13887, this adds:

```nu
into list
select ranges
select column-ranges
reject ranges
reject column-ranges
row-indices
col-indices
```

Note that these replace the former `get-row` and `get-col` commands that
were in the library. They have the same functionality and can accept any
combination of:

* One or more row or column indices
* One or more row or column ranges
2024-10-03 06:31:49 -05:00
..
std-rfc Table and list helper commands (#967) 2024-10-03 06:31:49 -05:00
tests Table and list helper commands (#967) 2024-10-03 06:31:49 -05:00
nupm.nuon Bump stdlib-candidate nupm version (#904) 2024-07-19 17:11:29 -05:00
README.md Add str append to stdlib-candidate (#626) 2023-09-30 17:13:46 -05: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.