HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

neofetch — Display information about the operating system, software, and hardware. Note: `neofetch` is no longe

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandoperatingcliinformationaboutneofetchdisplay

Problem

How to use the neofetch command: Display information about the operating system, software, and hardware. Note: neofetch is no longer maintained. See also: fastfetch. More information: <https://manned.org/neofetch>.

Solution

neofetch — Display information about the operating system, software, and hardware. Note: neofetch is no longer maintained. See also: fastfetch. More information: <https://manned.org/neofetch>.

Return the default config, and create it if it's the first time the program runs:
neofetch


Trigger an info line from appearing in the output, where infoname is the function name in the configuration file, e.g. memory:
neofetch --{{enable|disable}} {{infoname}}


Hide/Show OS architecture:
neofetch --os_arch {{on|off}}


Enable/Disable CPU brand in output:
neofetch --cpu_brand {{on|off}}

Code Snippets

Return the default config, and create it if it's the first time the program runs

neofetch

Trigger an info line from appearing in the output, where `infoname` is the function name in the configuration file, e.g. memory

neofetch --{{enable|disable}} {{infoname}}

Hide/Show OS architecture

neofetch --os_arch {{on|off}}

Enable/Disable CPU brand in output

neofetch --cpu_brand {{on|off}}

Context

tldr-pages: common/neofetch

Revisions (0)

No revisions yet.