fx/README.md
2023-09-15 09:11:48 +02:00

583 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

Usage

Start the interactive viewer via:

fx data.json

Or:

curl ... | fx

Pretty print:

curl ... | fx .field

License

MIT