1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 22:57:46 +00:00
Commit graph

4 commits

Author SHA1 Message Date
Stefan Holderbach
fd686c0b0c
Rename range to slice (#1014)
Followup for https://github.com/nushell/nushell/pull/14825
2025-01-17 06:26:29 -06:00
Kuo-tung Kao
de3865188e
support nu 101 for argx module (#1006)
Since 101, `++=` only support concatenation. Fix argx module bug.
2025-01-01 07:55:09 -06:00
fj0r
874918fdd3
Upgrade range syntax (#953)
Co-authored-by: nash <nash@iffy.me>
2024-09-17 10:51:37 -05:00
fj0r
f39976902a
kube refine for backup (#793)
- new function `kube refine`
- define the required information in `$env.KUBERNETES_REFINE`, `kube
refine` will collect information according to its definition
- definitions in `status` and `cluster_status` are runtime information
and will not be collected. They are used in the `kg` command to display
status
- normalize the output of the `kg`, `kgp`, `kgs` command using `krefine`

- rename `kcconf` to `kccc` (kubectl change context clone)

- a new module, `refine.nu`, declaratively extracts data from complex
structures.

- `container-list` additionally displays the cmd field of the image

---------

Co-authored-by: nash <nash@iffy.me>
2024-03-30 07:14:45 -05:00
Renamed from modules/argx/argx.nu (Browse further)