mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00

This PR is part of porting all old scripts #221 and includes a set of small modules: - `math` - `parsing` - `git`
293 B
293 B
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.