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

Usage

Start the interactive viewer via:

fx data.json

Or

curl ... | fx

Pretty print:

curl ... | fx .field

License

MIT