Command-line tool and terminal JSON viewer 🔥
Go to file
Anton Medvedev 6671a1c041
Fix tests
2023-09-15 09:59:59 +02:00
.github/workflows Update test.yml 2023-09-15 09:57:04 +02:00
doc Split reducers docs 2022-05-10 21:39:34 +02:00
npm Update README.md 2023-09-15 09:07:56 +02:00
path path 2023-09-13 15:52:31 +02:00
scripts Update release process 2023-04-07 15:33:19 +02:00
snap Bump version in snapcraft.yaml 2023-04-07 15:50:23 +02:00
testdata Fix tests 2023-09-15 09:59:59 +02:00
.gitattributes Fix tests 2023-09-15 09:59:33 +02:00
go.mod New fx 2023-09-12 17:00:23 +02:00
go.sum New fx 2023-09-12 17:00:23 +02:00
help.go Show help by default 2023-09-14 12:15:25 +02:00
install.sh Update install.sh 2023-04-07 15:45:18 +02:00
json.go Allow tailing comma 2023-09-15 08:54:29 +02:00
keymap.go Remove ? 2023-09-14 22:03:23 +02:00
LICENSE Update LICENSE 2023-09-12 16:53:55 +02:00
main_test.go Add more tests 2023-09-15 09:56:11 +02:00
main.go Fix tests 2023-09-15 09:16:36 +02:00
node.go Add more tests 2023-09-15 09:56:11 +02:00
README.md Update README.md 2023-09-15 09:12:34 +02:00
reduce.go Add reducer 2023-09-13 16:25:11 +02:00
RELEASE.md Bump version 2023-09-13 16:28:10 +02:00
ring.go New fx 2023-09-12 17:00:23 +02:00
search.go Fix tests 2023-09-15 09:16:36 +02:00
theme.go Allow tailing comma 2023-09-15 08:54:29 +02:00
utils.go Move to utils.go 2023-09-14 21:58:39 +02:00
version.go Add reducer 2023-09-13 16:25:11 +02:00
wrap.go Do not collapse strings 2023-09-14 23:47:30 +02:00

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