README-cn.md
Fastfetch 是一款类似 neofetch 的系统信息展示工具,主要用 C 编写,强调性能和可定制性。支持 Linux、macOS、Windows 7+、Android、FreeBSD、OpenBSD、NetBSD、DragonFly、Haiku、SunOS。
示例配置见 presets/examples,更多截图与平台说明见 Wiki。
Linux(部分):
macOS:
Windows:
BSD:
Android(Termux):
Nightly 构建:
基本上是 cmake . && make。详见 Wiki:https://github.com/fastfetch-cli/fastfetch/wiki/Building
fastfetchfastfetch -c all.jsoncfastfetch -s <module1>[:<module2>] --format jsonfastfetch --helpfastfetch --gen-config [</path/to/config.jsonc>]
fastfetch --gen-config-full$schema 的值替换为 https://gitee.com/carterl/fastfetch/raw/dev/doc/json_schema.json-c <filename> 加载{
"modules": [
{ "type": "gpu", "format": "{name}" }
]
}
详见:https://github.com/fastfetch-cli/fastfetch/wiki/Format-String-Guide