fastfetch-cli / fastfetch

An actively maintained, feature-rich and performance oriented, neofetch like system information tool.
MIT License
8.08k stars 349 forks source link

[FEAT] Json export #986

Closed mrdev023 closed 1 month ago

mrdev023 commented 1 month ago

Be sure to read FAQ before submitting a new issue.

Wanted features:

Export result as json, fastfetch can be usefull to use in another tools.

Motivation:

I want to make tools with common known bugs but i need know (DE used with version, Graphics card with version, OS, ...). To get all bugs corresponding to the configuration. Today, i not found common lib to get this but a lot of tools like neofetch or fastfetch which reimplement this.

CarterLi commented 1 month ago

I'm not sure I fully got what you meant but I think you need fastfetch --format json

mrdev023 commented 1 month ago

I just found fastfetch -- --format json

mrdev023 commented 1 month ago

I'm not sure I fully got what you meant but I think you need fastfetch --format json

Yes ^^ i just found it but is not in fastfetch --help

mrdev023 commented 1 month ago

https://github.com/fastfetch-cli/fastfetch/issues/830