Skip to content

Commit

Permalink
Color the output with jq when exiting interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
slarwise committed Aug 3, 2024
1 parent b2a1a4d commit f5761bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interactive
Original file line number Diff line number Diff line change
Expand Up @@ -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)'

0 comments on commit f5761bf

Please sign in to comment.