nu_scripts/sourced/nu_101
Igor e8df70a406
Port before_v0.60/fuzzy, before_v0.60/ls-mods and before_v0.60/nu_101 (#845)
This PR is part of porting all old scripts #221 and includes a set of
modules:

- fuzzy -> `modules/fuzzy/fuzzy_command_search.nu`
- ls-mods -> `modules/ls-mods`: `ls-less.nu`, `ls-wide.nu` and
`ls-wide-with-color.nu`
- nu_101 -> `modules/nu_101`: `nothing.nu` and `inner_outer_loop.nu`

Edit: `fuzzy` and `nu_101` have been moved to `sourced`
2024-05-26 12:35:59 -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 Adding some examples of how to treat a list like other data structures. (#733) 2024-01-11 13:33:48 -06: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.