Dasel: Query/update data structs from the cmdline. Supports JSON,YAML,TOML,XML
1–7 of 7 posts
Re: Dasel: Query/update data structs from the cmdline. Supports JSON,YAML,TOML,XML
#2Re: Dasel: Query/update data structs from the cmdline. Supports JSON,YAML,TOML,XML
#3I've been working on a tool to query/update data structures from the commandline. It's comparable to jq/yq but supports JSON, YAML, TOML and XML. I'm not aware of anything that attempted to do this so I rolled my own. Let me know what you think
Re: Dasel: Query/update data structs from the cmdline. Supports JSON,YAML,TOML,XML
#4Re: Dasel: Query/update data structs from the cmdline. Supports JSON,YAML,TOML,XML
#5Re: Dasel: Query/update data structs from the cmdline. Supports JSON,YAML,TOML,XML
#6I've been working on a tool to query/update data structures from the commandline. It's comparable to jq/yq but supports JSON, YAML, TOML and XML. I'm not aware of anything that attempted to do this so I rolled my own. Let me know what you think
It would be great if it could support perfect roundtripping: Comments, ordering, whitespace,... are not touched. It would make fearless updating of config files a breeze.
This I understand would be a huge undertaking, requiring writing your own parsers.
Not that I want to be ungratefull. This looks a very usefull tool as is.