mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 22:53:39 +00:00
Update cheatsheets
This commit is contained in:
25
neofetch
Normal file
25
neofetch
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user