1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-29 21:27:47 +00:00
nu_scripts/sourced/nu_101
Darren Schroeder 32cdc96414
replace filter with where (#1135)
This PR tries to clean up the use of `filter` by replacing it with
`where`. I did not test each script.

closes #1134
closes #1133
2025-06-12 06:42:16 -05:00
..
broken.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
demo.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
emulating_other_data_structures.nu replace filter with where (#1135) 2025-06-12 06:42:16 -05:00
flag.nu Replace use of $nothing with null (#621) 2023-09-26 18:52:49 +02:00
inner_outer_loop.nu Port before_v0.60/fuzzy, before_v0.60/ls-mods and before_v0.60/nu_101 (#845) 2024-05-26 12:35:59 -05:00
nothing.nu Port before_v0.60/fuzzy, before_v0.60/ls-mods and before_v0.60/nu_101 (#845) 2024-05-26 12:35:59 -05:00
README.md refactor: (#418) 2023-04-25 17:56:25 -05:00

Nu_101 Scripts

Definition

These scripts should be used to demonstrate to the beginner how nushell scripting works. Perhaps how it's different from Windows batch files and bash shell scripts. Also, to show off how nushell pipes commands in and out of one another.