Closed bezhermoso closed 1 month ago
jqp is a TUI playground for exploring jq (repo). Unfortunately, it doesn't have the capability of just using the terminal's current ANSI colors.
jqp
jq
This PR adds a hook to generate a theme file to ~/.config/tinted-theming/jqp_theme.yaml that can be used like so:
~/.config/tinted-theming/jqp_theme.yaml
cat logs.json | jqp --config ~/.config/tinted-theming/jqp_theme.yaml
...or symlinked to the right place:
ln -s ~/.config/tinted-theming/jqp_theme.yaml ~/.jqp.yaml
@JamyGolden Ahh, makes sense! I would be happy to help maintain that repo as well.
jqp
is a TUI playground for exploringjq
(repo). Unfortunately, it doesn't have the capability of just using the terminal's current ANSI colors.This PR adds a hook to generate a theme file to
~/.config/tinted-theming/jqp_theme.yaml
that can be used like so:...or symlinked to the right place: