PaulJuliusMartinez / jless

jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.
https://jless.io
MIT License
4.61k stars 87 forks source link

arm64 Version #151

Closed adamency closed 2 months ago

adamency commented 2 months ago

Please provide a version for the arm64 architecture.

I haven't vetted your dependencies, but most rust libraries are extensively cross-platform and I believe providing a release version for arm64 should likely simply be an additional line in your CI code.

Such programs are very much needed on small machine clusters, and to my knowledge, none is available for yaml interactive viewing.

adamency commented 2 months ago

Nevermind, I've seen that two other issues about this were unanswered by the maintainer. I suggest forgetting about this tool if you're on arm and use https://github.com/antonmedv/fx instead which also provides --yaml for reading YAML files, is older, better maintained and provides full cross-platform and cross-architecture packages including arm64 releases :).