This commit is contained in:
2019-06-12 13:18:41 -04:00
parent a82e9bd341
commit 6bd844931b
14 changed files with 92 additions and 24 deletions

View File

@@ -95,6 +95,9 @@ handle_extension() {
json)
jq --color-output . "${FILE_PATH}" && exit 5
python -m json.tool -- "${FILE_PATH}" && exit 5
# txt)
# cat "${FILE_PATH}" && exit 5
esac
}