tldr/pages/common/neofetch.md

21 lines
560 B
Markdown
Raw Normal View History

2018-06-25 19:58:24 +01:00
# neofetch
> Display information about your operating system, software and hardware.
2019-06-04 10:00:07 +01:00
> More information: <https://github.com/dylanaraps/neofetch>.
2018-06-25 19:58:24 +01:00
- 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:
2018-06-25 19:58:24 +01:00
`neofetch --{{enable|disable}} {{infoname}}`
- Hide/Show OS architecture:
`neofetch --os_arch {{on|off}}`
- Enable/Disable CPU brand in output:
`neofetch --cpu_brand {{on|off}}`