From f5761bf317c418503d3551dd85378753e903584f Mon Sep 17 00:00:00 2001 From: Arvid Bjurklint Date: Sat, 3 Aug 2024 23:59:33 +0200 Subject: [PATCH] Color the output with jq when exiting interactive --- interactive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interactive b/interactive index 32cae3c..09bbcb2 100755 --- a/interactive +++ b/interactive @@ -2,4 +2,4 @@ ./pole3 tree "$1" 2>/dev/null | fzf --preview './pole3 get {} | jq --color-output' \ - --bind 'enter:become(./pole3 get {})' + --bind 'enter:become(./pole3 get {} | jq)'