Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
fx_darwin_amd64 | 2025-08-08 | 17.7 MB | |
fx_darwin_arm64 | 2025-08-08 | 17.3 MB | |
fx_linux_amd64 | 2025-08-08 | 17.8 MB | |
fx_linux_arm64 | 2025-08-08 | 17.4 MB | |
fx_windows_amd64.exe | 2025-08-08 | 18.4 MB | |
fx_windows_arm64.exe | 2025-08-08 | 17.7 MB | |
39.0.0 source code.tar.gz | 2025-08-08 | 2.7 MB | |
39.0.0 source code.zip | 2025-08-08 | 2.7 MB | |
README.md | 2025-08-08 | 851 Bytes | |
Totals: 9 Items | 111.7 MB | 0 |
Fx is terminal JSON viewer & processor.
In this release:
- Inlining (#359)
Now, then pretty printing JSON with:
fx example.json .
fx will inline (printing object in single line) some objects and arrays for improved readability.
- Added yank of key + value (#358)
- Added search caching (#355)
- Fixed waiting of first JSON object in JSONL parsing.
- Fixed panic of missing JSON object.
- Improved speed of bash autocomplete on huge JSON files.
- Fixed keys autocompletion in some cases.