SaaSHub helps you find the best software and product alternatives Learn more ā
Fx Alternatives
Similar projects and alternatives to fx
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
dasel
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.
-
jless
jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.
-
-
-
-
jsonvisio.com
Discontinued š® Seamlessly visualize your JSON data instantly into graphs; paste, import or fetch! [Moved to: https://github.com/AykutSarac/jsoncrack.com]
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
fx discussion
fx reviews and mentions
-
Ink: React for Interactive CLI Apps
Any viewer of data that has 50,000 elements in it has this many items with a scroll wheel. It doesn't matter if it's on the screen at the same time, this is the kind of thing that the UI is supposed to be abstracting away from you; you just describe the UI and the renderer makes it appear on the screen. Example apps (not built with Ink, just some that fit into this category): less, https://fx.wtf, sqlite...
And this is why React apps end up with bad performance by default. Doesn't crop up in simple tests and light usage, but the bad scaling will catch up with you when you deploy to production.
-
Command Line Tools I Like (2022)
Coincidentally, yesterday I decided I needed a JSON TUI and landed on fx (https://github.com/antonmedv/fx), which seems to have come out of the Wave terminal project and looks quite similar to jless. Also uses vim keybindings.
- Show HN: JSON For You ā Visualize JSON in graph or table views
-
Modern Unix Tool List
Seems like a pretty good collection of a lot of the tools I hear about these days, and also use myself sometimes.
I also like `fx`, which is like a combination of `jq` and `gdu`.
https://fx.wtf/
Oh, and also `gdu`, which is like `ndu` but faster:
https://github.com/dundee/gdu
-
Show HN: Posting v1 ā The modern HTTP client that lives in your terminal
This is great, I could see myself using it daily. The only hindrance I've found so far is navigating large responses. Would be cool to have some way to collapse chunks of JSON (a la https://github.com/antonmedv/fx), or even just more vim key navigation, like G/gg, %, {/}, and search.
- Fx 35.0.0
- Bash/Zsh autocomplete for JSON fields
- Fx 32.0, now with YAML support too
- Fx JSON viewer now supports YAML
-
Jaq ā A jq clone focused on correctness, speed, and simplicity
There's also this awesome tool to make JSON interactively navigable in the terminal:
https://fx.wtf
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Nov 2024
Stats
antonmedv/fx is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of fx is Go.