You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fx/README.md

654 B

f(x)

fx preview

Install

brew install fx
snap install fx
scoop install fx
pacman -S fx
pkg install fx
go install github.com/antonmedv/fx@latest
npm install -g fx
curl https://fx.wtf/install.sh | sh

Documentation

See full documentation at fx.wtf.

Usage

Start the interactive viewer via:

fx data.json

Or:

curl ... | fx

Pretty print:

curl ... | fx .field

License

MIT