dotfiles/.local/bin/scripts/cj
2021-01-27 11:28:57 +01:00

2 lines
138 B
Bash
Executable file

#!/bin/sh
cat "$@" | while read -r line; do echo -n "$line" | python -m json.tool 2>/dev/null; done | bat --language json --style numbers