Convert TOML Files on Mac
TOML (Tom's Obvious Minimal Language) is a config file format using the .toml extension. Consul converts TOML files to 4 other formats, and 4 formats to TOML. Rename a file's extension in Finder and Consul handles the conversion automatically.
What is TOML?
TOML (Tom's Obvious, Minimal Language) is a configuration file format created by Tom Preston-Werner, designed to be easy to read and to map unambiguously to a hash table. It is best known as the format of Rust's Cargo.toml and Python's pyproject.toml.
TOML files are stored uncompressed. Nothing is lost to encoding, though they can take more disk space than compressed formats.
TOML was developed by Tom Preston-Werner and is an open standard.
Opening TOML files on a Mac
A plain-text file that opens in TextEdit or any code editor.
Consul supports 8 conversions for TOML
Consul is the easiest way to convert TOML files on your Mac, or to turn other files into TOML. Rename file.toml to change its extension, and Consul converts it automatically.