nestedtextto Plugin
Converter from NestedText format to JSON, YAML, TOML, and other data formats.
Commands
File Conversion
nestedtextto file convert— Convert NestedText to other formats
Usage Examples
- "Convert this NestedText file to JSON"
- "Turn NestedText into YAML"
- "Change NestedText to TOML"
Installation
pip install nestedtextto
Examples
nestedtextto input.nt --to json
nestedtextto data.nt --to yaml --output data.yaml
nestedtextto config.nt --to toml
Key Features
- NestedText to JSON conversion
- NestedText to YAML conversion
- NestedText to TOML conversion
- Preserves data structure
- Simple Python implementation