https://github.com/shekohex/rfx
A tiny command-line utility 🛠 and pretty JSON viewer 🍿
https://github.com/shekohex/rfx
Last synced: about 1 month ago
JSON representation
A tiny command-line utility 🛠 and pretty JSON viewer 🍿
- Host: GitHub
- URL: https://github.com/shekohex/rfx
- Owner: shekohex
- License: mit
- Created: 2019-01-31T12:36:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T16:33:56.000Z (over 7 years ago)
- Last Synced: 2025-03-11T23:56:42.976Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rfx
A Tiny (333KB) Command-line utility 🛠 and pretty JSON viewer 🍿
[](https://asciinema.org/a/dn2BYgANfRcW3rY5eN2CjRtLQ)
> Simple as 1 2 3
```bash
$ curl www.example.com/users/1 | rfx | less
```
or you can simply read from the file
```bash
$ rfx simplefile.json
```
to download a pre-build binary for linux checkout [github releases](https://github.com/shekohex/rfx/releases).
to build it localy using Cargo
```bash
$ cargo build --release
```
and then add it to your `$PATH`.
or you could do
```bash
$ 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](https://github.com/shekohex/rfx/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.