A universal tool (well, since I use Windows, a Windows tool) to modify the clipboard would be cool.
So, copy text to clipboard, press a hotkey to popup the menu, and it'll offer options depending on the detected text. For example changing the clipboard contents to prettified (if it detects JSON, XML, HTML), or formatting a number back and forth (e.g. working with SSN's out of numerical DB entries when they prefer AAA-GG-SSSS).
A universal tool (well, since I use Windows, a Windows tool) to modify the clipboard would be cool.
So, copy text to clipboard, press a hotkey to popup the menu, and it'll offer options depending on the detected text. For example changing the clipboard contents to prettified (if it detects JSON, XML, HTML), or formatting a number back and forth (e.g. working with SSN's out of numerical DB entries when they prefer AAA-GG-SSSS).
Lovely little alias, but I much prefer fracjson[0] pretty printing to jq, so I might go with that instead!
[0]: https://github.com/j-brooke/FracturedJson
I didn't even know such a tool existed until Opus used it.
There is also: - xq for xml - yq for yaml
I wrote uq specifically for urls https://github.com/mcoliver/uq
yq can do a lot more than just yaml:
> yq is a portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor
Not mine, just very useful