neofetch: add page (#2147)

italian
Roman Rodriguez 2018-06-25 13:58:24 -05:00 committed by Agniva De Sarker
parent 1d11faab78
commit 5ef55e6fc4
1 changed files with 19 additions and 0 deletions

19
pages/common/neofetch.md Normal file
View File

@ -0,0 +1,19 @@
# neofetch
> CLI tool to display information about your operating system, software and hardware.
- 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}}`