- Command-line XML Processor Inspired By `jq` - GitHub
xq.cr
Command-line XML processor inspired by jq
Installation
Static Binary is ready for x86_64 linux
- https://github.com/maiha/xq.cr/releases
Usage
% cat aho.xml <ul><li>foo</li><li>bar</li></ul>v0.1.0
- formatting with .
v0.2.0
- css filtering that starts with "."
v0.3.0
- css filtering with case-ignore
Development
- Assumed that we are using ubuntu-16.04 and crystal-0.22.x.
Please install libxml2.a first as bellow.
makestatic libxml2.a
We can't link statically against libxml2 due to lack of ICU_XXX in ubuntu-16.04. So we manually build libxml2.a without icu first.
apt-get install automake # for `aclocal` apt-get install liblzma-dev apt-get install python2.7-dev apt-get source libxml2 cd libxml2-2.9.3+dfsg1 ./configure --with-python=no --with-trio=no --with-http=no --with-ftp=no make sudo mv /usr/lib/x86_64-linux-gnu/libxml2.a{,.dist} sudo cp -p .libs/libxml2.a /usr/lib/x86_64-linux-gnu/Contributing
- Fork it ( https://github.com/maiha/xq.cr/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- maiha maiha - creator, maintainer
Từ khóa » Xq Github
-
Sibprogrammer/xq: Command Line XML Beautifier And ... - GitHub
-
Xq - Like Jq, But For XML And XPath. - GitHub
-
MiSawa/xq: Pure Rust Implementation Of Jq - GitHub
-
Sbowman/xq - GitHub
-
Xq/ At Master · Sibprogrammer/xq - GitHub
-
Xq - Command-line XPath Processor For HTML And XML - GitHub
-
Chanwit/xq: Any Configuration Processor - GitHub
-
Xq · GitHub Topics
-
Luolong/xq: Siple Command Line Utility To Filter XML Content - GitHub
-
Go-xq · GitHub Topics
-
Spali/go-xq: XML Query Utility To Extract Xml From A File, Input ... - GitHub
-
Xq/ At Master · Tfussell/xq - GitHub
-
Kislyuk/yq - Jq Wrapper For YAML/XML/TOML Documents - GitHub
-
Mustache - GitHub