From 2916b4b5e33f608686660e405e98bfc5b0347bb8 Mon Sep 17 00:00:00 2001 From: deflax Date: Mon, 15 Feb 2016 12:42:15 +0200 Subject: [PATCH] add humanjson.sh script --- humanjson.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 humanjson.sh diff --git a/humanjson.sh b/humanjson.sh new file mode 100755 index 0000000..ea645e4 --- /dev/null +++ b/humanjson.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +#makes jsons human (and machine) readable + +#TODO: scan for all jsons and rewrite them. +cat journal.json | python3 -m json.tool +