fastfetch-cli / fastfetch

A maintained, feature-rich and performance oriented, neofetch like system information tool.
MIT License
10.79k stars 416 forks source link

[FEAT] A switch to suppress the logo #1322

Closed LinuxOnTheDesktop closed 1 month ago

LinuxOnTheDesktop commented 1 month ago

Wanted features:

Command-line switch to suppress the logo.

Motivation:

The better to paste into places where one's system specs are needed.

neofetch had that feature (in that it had neofetch --off).

Perhaps the user could create a custom config file in order to achieve the same result, but a command-line switch would be easier.

Thanks for your time.

CarterLi commented 1 month ago

fastfetch -l none

LinuxOnTheDesktop commented 1 month ago

Wow. That was fast. I did look in the man page; this option is not mentioned there.