A Tiny (333KB) Command-line utility ๐ and pretty JSON viewer ๐ฟ
Simple as 1 2 3
$ curl www.example.com/users/1 | rfx | less
or you can simply read from the file
$ rfx simplefile.json
to download a pre-build binary for linux checkout github releases.
to build it localy using Cargo
$ cargo build --release
and then add it to your $PATH
.
or you could do
$ cargo install --path .
You are welcome to contribute to this project, just open a PR.
- Shady Khalifa - Initial work
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.