You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyone ever look at the options for coloring jq output?
Looking around, it seems to support coloring options per this page:
To configure alternative colors just set the JQ_COLORS environment variable to colon-delimited list of partial terminal escape sequences like "1;31", in this order:
color for null
color for false
color for true
color for numbers
color for strings
color for arrays
color for objects
The default color scheme is the same as setting "JQ_COLORS=1;30:0;37:0;37:0;37:0;32:1;37:1;37" ...
Which by default is a lot of just green (#50fa7b) and blue (#bd93f9). Thoughts?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Anyone ever look at the options for coloring
jq
output?Looking around, it seems to support coloring options per this page:
Which by default is a lot of just green (
#50fa7b
) and blue (#bd93f9
). Thoughts?Beta Was this translation helpful? Give feedback.
All reactions