summaryrefslogtreecommitdiff
path: root/content/toolbox/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/toolbox/_index.md')
-rw-r--r--content/toolbox/_index.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/toolbox/_index.md b/content/toolbox/_index.md
index 4b69e0b..5b45780 100644
--- a/content/toolbox/_index.md
+++ b/content/toolbox/_index.md
@@ -30,12 +30,14 @@ Some things I found to be useful for daily programming.
* [XMLStarlet](http://xmlstar.sourceforge.net): XML processing on the
command line for fast and dirty XML processing
+* [JQ](https://stedolan.github.io/jq/): JSON processing on the command
+ line very much alike as with XMLStarlet
## Infrastructure
* [openSUSE Build Service](https://build.opensuse.org/): for building
release packages in the cloud.
-* [Travi CI](http://travis-ci.org/): for continuous integration on Mac OSX.
+* [Travis CI](http://travis-ci.org/): for continuous integration on Mac OSX.
* Using [libvirtd](http://libvirt.org) now instead of VirtualBox
(sorry, Oracle). Main reason: it's still a little bit un-ready round
the edges but hey, it's really open source. :-)