Update README.md

sleep-stdin-bug
Anton Medvedev 2 years ago
parent 344f78d20a
commit f2a2a01589

@ -27,17 +27,23 @@ Or download [pre-built binary](https://github.com/antonmedv/fx/releases).
Start the interactive viewer via:
```bash
$ fx data.json
fx data.json
```
Or
```bash
$ curl ... | fx
curl ... | fx
```
Type `?` to see full list of key shortcuts.
Pretty print:
```bash
curl ... | fx .
```
### Reducers
Write reducers in your favorite language: [JavaScript](docs/reducers.md#node) (default),

Loading…
Cancel
Save