tomato icon indicating copy to clipboard operation
tomato copied to clipboard

🍅 A command-line tool to get and set values in toml files while preserving comments and formatting

Results 5 tomato issues
Sort by recently updated
recently updated
newest added

Thanks for making this crate, it's almost exactly what I was looking for. Currently ```shell tomato set language-server.rust-analyzer.config.cargo.noDefaultFeatures true ./.helix/languages.toml ``` Results in: ```toml [language-server.rust-analyzer.config.cargo] noDefaultFeatures = "true" ``` Note...

bug

Hello! Thank you for the tool, I noticed it wasn't possible to fully construct new complex structures. I figured this could be done incrementally with minimal effort, using `{}` and...

Please consider publishing a separate lib (that is used by the CLI), so that this can be used within other crates as a depependency.

… to only actually append the item to the array if the value does not yet exist in the array. I had a go at #4. Is this OK? Wrote...

Hi, thank you for this crate. It's appalling we all now have to use TOML (a Toxic Oligarchic Mechanistic Lock-in) just like JavaScript. Try scripting edits. See? "Designed to be...