ibraheemdev / modern-unix

A collection of modern/faster/saner alternatives to common unix commands.
30.94k stars 781 forks source link

Add fx #9

Closed ducaale closed 1 year ago

ducaale commented 3 years ago

fx is similar to jq but offers interactive mode and the full power of JavaScript for JSON processing.

ducaale commented 2 years ago

The latest version of fx has now been rewritten in golang. This new version supports processing JSON using Javascript, Python and Ruby.

c00kiemon5ter commented 2 years ago

it seems that jless (https://github.com/ibraheemdev/modern-unix/issues/95) is even more powerful.

slavaGanzin commented 2 years ago

@c00kiemon5ter It's different fx - is data transformer, while jless is just a viewer