1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 15:02:09 +02:00
tldr/pages/common/neofetch.md
Vitor Henrique af35564618
pages*: do not use config abbreviation (#12118)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-25 10:59:16 +05:30

20 lines
560 B
Markdown

# 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 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}}`