1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 13:02:08 +02:00
tldr/pages/common/neofetch.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

553 B

neofetch

Display information about your operating system, software and hardware. More information: https://github.com/dylanaraps/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 config 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}}