Skip to content

Latest commit

History

History
45 lines (28 loc) 路 975 Bytes

README.md

File metadata and controls

45 lines (28 loc) 路 975 Bytes

rfx

A Tiny (333KB) Command-line utility 馃洜 and pretty JSON viewer 馃嵖

asciicast

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 .

Contributing

You are welcome to contribute to this project, just open a PR.

Authors

  • Shady Khalifa - Initial work

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.