1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/fastfetch.md

33 lines
674 B
Markdown
Raw Normal View History

2022-10-03 13:23:19 +05:30
# fastfetch
> Display information about your operating system, software and hardware.
> More information: <https://manned.org/fastfetch>.
2022-10-03 13:23:19 +05:30
- Display system information:
`fastfetch`
- Display full system information with all the modules enabled:
2022-10-03 13:23:19 +05:30
`fastfetch {{[-c|--config]}} all`
2022-10-03 13:23:19 +05:30
- Load a custom configuration file:
2022-10-03 13:23:19 +05:30
`fastfetch {{[-c|--config]}} {{path/to/config_file}}`
- Fetch a specific structure:
`fastfetch {{[-s|--structure]}} {{structure}}`
2022-10-03 13:23:19 +05:30
- Use a specific logo:
2022-10-03 13:23:19 +05:30
`fastfetch {{[-l|--logo]}} {{logo}}`
2022-10-03 13:23:19 +05:30
- Display system information without a logo:
`fastfetch {{[-l|--logo]}} none`
- Use a specific color for the keys and title:
2022-10-03 13:23:19 +05:30
`fastfetch --color {{blue}}`