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 f345ca696c
Update README.md
1 year ago
.github Add images 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 Release 30.0.0 1 year ago
testdata Fix tests 1 year ago
.gitattributes Fix tests 1 year ago
LICENSE Update LICENSE 1 year ago
README.md Update README.md 1 year ago
RELEASE.md Release 30.0.0 1 year ago
go.mod Add yank 1 year ago
go.sum Add yank 1 year ago
help.go Show help by default 1 year ago
json.go Allow tailing comma 1 year ago
keymap.go Add yank key 1 year ago
main.go Add yank key 1 year ago
main_test.go Add more tests 1 year ago
node.go Add more tests 1 year ago
reduce.go Add reducer 1 year ago
ring.go New fx 1 year ago
search.go Fix tests 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

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