← 返回命令列表

Linux command

fastfetch 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Display system information

fastfetch

Use specific config preset

fastfetch --config [paleofetch]

Show specific modules only

fastfetch --structure "Title:Separator:OS:Host:Kernel:Uptime"

Hide logo

fastfetch --logo none

Use specific logo

fastfetch --logo [arch]

Use small logo

fastfetch --logo-type small

List available presets

fastfetch --list-presets

Generate config file

fastfetch --gen-config

说明

fastfetch is a fast, highly customizable system information tool written in C. It displays information about your operating system, software, and hardware in a visually appealing format with ASCII art logos. The tool is designed as a faster alternative to neofetch, screenfetch, and similar system info tools. It's highly configurable through JSON config files and command-line options, supporting custom module orders, colors, and logos. fastfetch detects and displays OS, kernel, DE/WM, terminal, shell, CPU, GPU, memory, disk, battery, and many other system properties. It supports multiple platforms including Linux, macOS, Windows, and FreeBSD.

参数

--config _file_
Use specified configuration file.
--structure _modules_
Specify modules to display.
--logo _name_
Logo to display (or "none").
--logo-type _type_
Logo type (normal, small, builtin).
--color _colors_
Set output colors.
--separator _string_
String between label and value.
--gen-config _file_
Generate configuration file.
--list-presets
List available config presets.
--list-logos
List available logos.
--list-modules
List available modules.
--help
Display help information.
--version
Display version information.

FAQ

What is the fastfetch command used for?

fastfetch is a fast, highly customizable system information tool written in C. It displays information about your operating system, software, and hardware in a visually appealing format with ASCII art logos. The tool is designed as a faster alternative to neofetch, screenfetch, and similar system info tools. It's highly configurable through JSON config files and command-line options, supporting custom module orders, colors, and logos. fastfetch detects and displays OS, kernel, DE/WM, terminal, shell, CPU, GPU, memory, disk, battery, and many other system properties. It supports multiple platforms including Linux, macOS, Windows, and FreeBSD.

How do I run a basic fastfetch example?

Run `fastfetch` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --config _file_ do in fastfetch?

Use specified configuration file.