Update README.md

js-version
Anton Medvedev 5 years ago committed by GitHub
parent 7099560512
commit 4fd6fdf39f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,6 +17,7 @@ Command-line JSON processing tool
* Interactive mode 🎉
* Themes support 🎨
* Streaming support 🌊
* Bash completion
## Install
@ -30,7 +31,7 @@ $ brew install fx
Or download standalone binary from [releases](https://github.com/antonmedv/fx/releases) page.
Did you like **fx**? [Buy me a beer 🍺](https://paypal.me/antonmedv) or [₿](https://www.wispay.io/t/ZQb)
Did you like **fx**? [Buy me a beer 🍺](https://paypal.me/antonmedv) or [send come ₿](https://www.wispay.io/t/ZQb)
## Usage
@ -78,6 +79,18 @@ Pretty print JSON with dot.
$ curl ... | fx .
```
Stream JSON into fx.
```bash
$ kubectl logs ... -f | fx .message
```
Apply fx to a few JSON files.
```bash
$ cat *.json | fx .length
3
4
```
And try this:
```bash
$ fx --life

Loading…
Cancel
Save