Replies: 1 comment
-
Yeah it's possible, see #1033 It currently requires the nightly version of Yazi |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a plugin to preview
compressed json
files (compressed with zlib).Right now I just decompress the file:
but I would like to prettify the resulting json afterwards as well. And I wonder what is the best way to do it ?
Can I expect Command to run in a shell and do something like ?
or should I pipe the first output as input of a second
Command
?I thought about creating an intermediary script but I am curious about a cleaner way
Beta Was this translation helpful? Give feedback.
All reactions