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.
 
 
 
Go to file
Anton Medvedev d0ec13d0d4
Fix tests
8 months ago
.github/workflows Update test.yml 8 months ago
doc Split reducers docs 2 years ago
npm Update README.md 8 months ago
path path 8 months ago
scripts Update release process 1 year ago
snap Bump version in snapcraft.yaml 1 year ago
testdata Fix tests 8 months ago
.gitattributes Fix tests 8 months ago
LICENSE Update LICENSE 8 months ago
README.md Update README.md 8 months ago
RELEASE.md Bump version 8 months ago
go.mod New fx 8 months ago
go.sum New fx 8 months ago
help.go Show help by default 8 months ago
install.sh Update install.sh 1 year ago
json.go Allow tailing comma 8 months ago
keymap.go Remove ? 8 months ago
main.go Fix tests 8 months ago
main_test.go Add more tests 8 months ago
node.go Add more tests 8 months ago
reduce.go Add reducer 8 months ago
ring.go New fx 8 months ago
search.go Fix tests 8 months ago
theme.go Allow tailing comma 8 months ago
utils.go Move to utils.go 8 months ago
version.go Add reducer 8 months ago
wrap.go Do not collapse strings 8 months ago

README.md

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