summaryrefslogtreecommitdiff
path: root/content/toolbox
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-04-29 12:12:05 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-04-29 12:12:05 +0200
commitee60cdab269e844dce5e060b92e2ccd3b11dc307 (patch)
tree1379c51420c89a7b52b4ff9d2978d0a157bfa4dd /content/toolbox
parent9a3263dbb95f5ee11c66cfaf6673685888571d51 (diff)
downloadwww-andreasbaumann-cc-ee60cdab269e844dce5e060b92e2ccd3b11dc307.tar.gz
www-andreasbaumann-cc-ee60cdab269e844dce5e060b92e2ccd3b11dc307.tar.bz2
small typo fixes
Diffstat (limited to 'content/toolbox')
-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. :-)