X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f82c051a06aae89ddeda73b703fd5ca4250fe53b..ccdacf21dc7d84e54dc22e5398d5ecb4fb2912ec:/ranger/scope.sh diff --git a/ranger/scope.sh b/ranger/scope.sh index 2e9983e..ff3465b 100755 --- a/ranger/scope.sh +++ b/ranger/scope.sh @@ -107,6 +107,11 @@ handle_extension() { pandoc -s -t markdown -- "${FILE_PATH}" && exit 5 ;; + # GnuPG + gpg) + gpg --decrypt "$path" | trim && exit 5 + ;; + ## JSON json) jq --color-output . "${FILE_PATH}" && exit 5