mirror of
https://github.com/antonmedv/fx
synced 2024-11-03 15:40:12 +00:00
Update README.md
This commit is contained in:
parent
344f78d20a
commit
f2a2a01589
10
README.md
10
README.md
@ -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…
Reference in New Issue
Block a user