From 17fd78600696b59811166908b8676fa17d12b7ef Mon Sep 17 00:00:00 2001 From: Marie-Helene Burle Date: Mon, 14 Dec 2020 16:45:44 -0800 Subject: scope.sh: add ipynb ext to json --- ranger/data/scope.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index f403ed83..a3e1bedf 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -104,7 +104,7 @@ handle_extension() { ;; ## JSON - json) + json|ipynb) jq --color-output . "${FILE_PATH}" && exit 5 python -m json.tool -- "${FILE_PATH}" && exit 5 ;; -- cgit 1.4.1-2-gfad0