1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:42:07 +02:00
tldr/pages/common/neofetch.md
2019-06-04 16:29:40 -03:00

20 lines
565 B
Markdown

# neofetch
> CLI tool to 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}}`