* Function eXecution
- Mouse support
- Streaming support
- Preserves key order
- Preserves big numbers
brew install fxsnap install fxscoop install fxpacman -S fxpkg install fxgo install github.com/antonmedv/fx@latestOr download pre-built binary.
Start the interactive viewer via:
fx data.jsonOr
curl ... | fxType ? to see full list of key shortcuts.
Pretty print:
curl ... | fx .Write reducers in your favorite language: JavaScript (default), Python, or Ruby.
fx data.json '.filter(x => x.startsWith("a"))'fx data.json '[x["age"] + i for i in range(10)]'fx data.json 'x.to_a.map {|x| x[1]}'See full documentation.
Theme can be configured by setting environment variable FX_THEME from 1
to 9:
export FX_THEME=9Add your own themes in theme.go file.

