Files
dotfiles/dot_config/nushell/nu_scripts/modules/parsing/README.md
Cian Hughes 896af887ca Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows)
and improves grepability with neovim/telescope
2024-11-07 13:52:17 +00:00

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.