kislyuk / yq

Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents
https://kislyuk.github.io/yq/
Apache License 2.0
2.57k stars 82 forks source link

Should `tomlq` be called `tq` to be consistent with `xq`, `yq` and `jq`? #131

Closed dcompoze closed 3 years ago

dcompoze commented 3 years ago

I've noticed that he toml utility is called tomlq while the other utilities are called xq, yq and jq. Is there a reason for the naming choice? Seems like it wouldn't name-clash with any other unix tools and would be more consistent.

kislyuk commented 3 years ago

tq is the name of an existing utility (https://manpages.ubuntu.com/manpages/focal/en/man1/tq.1.html) so tomlq will remain named as it is.