Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-03 00:18:44 +00:00
parent c556c421e4
commit a03cd9f584
16 changed files with 199 additions and 22 deletions

View File

@@ -5,14 +5,16 @@ source: https://github.com/tldr-pages/tldr.git
---
# neofetch
> Display information about your operating system, software and hardware.
> Display information about the operating system, software and hardware.
> Note: `neofetch` is no longer maintained.
> See also: `fastfetch`.
> 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:
- 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}}`