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
89c9bc7f10
commit
5c448bf98f
@ -4,10 +4,10 @@ _* Function eXecution_
|
||||
|
||||
## Features
|
||||
|
||||
- Interactive terminal UI
|
||||
- Interactive viewer
|
||||
- Preserves key order
|
||||
- Preserves big numbers
|
||||
- Use JavaScript, Python or Ruby
|
||||
- Themes 🎁
|
||||
|
||||
## Install
|
||||
|
||||
@ -41,11 +41,11 @@ Type `?` to see full list of key shortcuts.
|
||||
|
||||
### Reducers
|
||||
|
||||
Write reducers in your favorite language: [JavaScript](docs/reducers.md#node),
|
||||
Write reducers in your favorite language: [JavaScript](docs/reducers.md#node) (default),
|
||||
[Python](docs/reducers.md#python), or [Ruby](docs/reducers.md#ruby).
|
||||
|
||||
```bash
|
||||
export FX_LANG=node # Default
|
||||
export FX_LANG=node
|
||||
fx data.json '.filter(x => x.startsWith("a"))'
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user