Format Conversion
Convert configuration files between dotenv .env, TOML, INI, Java .properties, YAML, JSON, HCL (Terraform/Vagrant native syntax) and Nix attribute sets, and emit Kubernetes ConfigMap or Secret manifests. Template placeholders (${VAR}, {{var}}, envsubst) are preserved verbatim, type inference provenance (string/int/float/bool/list) is tracked, HCL block labels fold into nested keys, and a round-trip diff calls out non-equivalent settings — dropped keys, re-typed values and rewrites — instead of coercing them silently.
toml-ini-hcl-envfile-nix-dotenv-kubernetes-configmap-secret-config-format-bridgeFormat Conversion
Format and beautify TOML. Note: comments are lost and key order may change (@iarna/toml limitation)
toml-formatterFormat Conversion
Convert text to and from binary bit strings using ASCII (7-bit) or UTF-8 (8-bit) encoding
text-to-binaryFormat Conversion
Convert text to/from Unicode escape sequences (\uXXXX / \u{XXXXXX}) and apply Unicode normalization (NFC/NFD/NFKC/NFKD)
unicode-escape-converterFormat Conversion
Convert various text formats to Excel with customizable parsing and formatting options
text-to-excelFormat Conversion
Convert various text formats to JSON with customizable parsing options
text-to-jsonFormat Conversion
Convert various text formats to XML with customizable structure and formatting options
text-to-xmlFormat Conversion
Convert between TOML and JSON formats with support for comments and complex data structures
toml-json-converterFormat Conversion
Convert between TOML and YAML formats with support for complex data structures and configuration files
toml-yaml-converterFormat Conversion
Encode and decode data to/from UBJSON (Universal Binary JSON) format
ubjson-converterCompression
Preview contents of TAR.GZ archive without extraction (requires 7zip command)
tar-gz-previewCompression
Extract a single file from TAR.GZ archive by exact path (requires 7zip command)
tar-gz-selective-extract