A #babashka one-liner to inspect some EDN data with @djblue_live 's portal:
cat deps.edn |
bb -Sdeps '{:deps {djblue/portal {:mvn/version "0.34.2"}}}' \
-e "(require '[portal.api :as p]) (def p (p/open))
(add-tap #'p/submit) (tap> *input*) @(promise)"
@borkdude omg what is this sorcery! thanks for the tool, wasn't aware of it