Xsel: A XPath 1.0 Go library/CLI that can query XML, HTML, and JSON documents (github.com) 1 points by ChrisTrenkamp 3y ago ↗ HN
[–] ChrisTrenkamp 3y ago ↗ xsel was made for two reasons:* My dayjob where I sometimes need to query thousands of XML documents.* For fun.Support for HTML and JSON was recently added as well, and you can also use it in your Go projects.I figured if it's useful for me, surely someone else will find it useful as well. [–] dsjkvf 3y ago ↗ You do know xsel already exists and is quite well known, right?https://github.com/kfish/xsel
[–] dsjkvf 3y ago ↗ You do know xsel already exists and is quite well known, right?https://github.com/kfish/xsel
2 comments
[ 2.7 ms ] story [ 16.7 ms ] thread* My dayjob where I sometimes need to query thousands of XML documents.
* For fun.
Support for HTML and JSON was recently added as well, and you can also use it in your Go projects.
I figured if it's useful for me, surely someone else will find it useful as well.
https://github.com/kfish/xsel