diff --git a/rc/functions.sh b/rc/functions.sh new file mode 100644 index 0000000..b4fe548 --- /dev/null +++ b/rc/functions.sh @@ -0,0 +1,4 @@ + +function jql() { + jq -C . "$@" | less -r +}