mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 08:57:25 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,27 +6,31 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# fastfetch
|
||||
|
||||
> Display information about your operating system, software and hardware.
|
||||
> More information: <https://github.com/LinusDierheimer/fastfetch>.
|
||||
> More information: <https://manned.org/fastfetch>.
|
||||
|
||||
- Display system information:
|
||||
|
||||
`fastfetch`
|
||||
|
||||
- Fetch a specific structure:
|
||||
- Display full system information with all the modules enabled:
|
||||
|
||||
`fastfetch --structure {{structure}}`
|
||||
`fastfetch {{[-c|--config]}} all`
|
||||
|
||||
- Load a custom configuration file:
|
||||
|
||||
`fastfetch --load-config {{path/to/config_file}}`
|
||||
`fastfetch {{[-c|--config]}} {{path/to/config_file}}`
|
||||
|
||||
- Fetch a specific structure:
|
||||
|
||||
`fastfetch {{[-s|--structure]}} {{structure}}`
|
||||
|
||||
- Use a specific logo:
|
||||
|
||||
`fastfetch --logo {{logo}}`
|
||||
`fastfetch {{[-l|--logo]}} {{logo}}`
|
||||
|
||||
- Display system information without a logo:
|
||||
|
||||
`fastfetch --logo none`
|
||||
`fastfetch {{[-l|--logo]}} none`
|
||||
|
||||
- Use a specific color for the keys and title:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user