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 +