nu_scripts/modules/parsing
Igor 15cb7179e2
Port before_v0.60/math, before_v0.60/parsing and before_v0.60/git (#844)
This PR is part of porting all old scripts #221 and includes a set of
small modules:
- `math`
- `parsing`
- `git`
2024-05-25 10:18:21 -05:00
..
README.md Port before_v0.60/math, before_v0.60/parsing and before_v0.60/git (#844) 2024-05-25 10:18:21 -05:00
sample_andres.json Port before_v0.60/math, before_v0.60/parsing and before_v0.60/git (#844) 2024-05-25 10:18:21 -05:00
sample_andres.nu Port before_v0.60/math, before_v0.60/parsing and before_v0.60/git (#844) 2024-05-25 10:18:21 -05:00

Parsing Scripts

Definition

These scripts should be used to demonstrate how to parse any file format, including json, csv, etc. Also, perhaps parsing of external commands. For example, on Windows, perhaps we could wrap ipconfig.exe so that the output was more nushell friendly.