diff --git a/data/json.md b/data/json.md new file mode 100644 index 0000000..af5cfa0 --- /dev/null +++ b/data/json.md @@ -0,0 +1,13 @@ +--- +title: "ijq" +tags: [ "data", "json", "TUI" ] +--- + +Analyse `json` easier with `ijq`. + +```sh +column -J -ts: -H PW,GID,shell -N User,PW,UID,GID,Description,Home,shell /etc/passwd > host.json +ijq !$ +``` + +If you get stuck, try adding `.[]`.