2 个版本
0.1.1 | 2024 年 7 月 31 日 |
---|---|
0.1.0 | 2024 年 7 月 17 日 |
#1728 在 命令行工具
269 每月下载量
用于 tpfanctl
18KB
456 行
TPFanSpeed
又一个 ThinkPad 风扇控制工具.
这个工具是用 Rust 和 GTK 编写的(没有 relm4 等)。
依赖项
lm_sensors
(您分发版提供的提供sensors
命令的任何软件包)
命令行界面
命令行界面包含 2 个二进制文件,tpfanctl
和 setfan
。这些二进制文件的帮助页面如下
A simple ThinkPad Fan control tool. pass `-h` for help.
Usage: tpfanctl [OPTIONS] <COMMAND>
Commands:
temp Print the CPU temperatures
rpm Print the fan's RPM
fan Print/Modify the fan's speed setting
version Print this program's version
help Print this message or the help of the given subcommand(s)
Options:
-q, --quiet do not print any information, except for errors.
--extra-quiet do not print anything, including errors.
-h, --help Print help
-V, --version Print version
A condensed version of the tpfanctl utility, that only sets the fan speed.
Usage: setfan <FANSPEED>
Arguments:
<FANSPEED> The fan speed in question
Options:
-h, --help Print helpA condensed version of the tpfanctl utility, that only sets the fan speed.
Usage: setfan <FANSPEED>
Arguments:
<FANSPEED> The fan speed in question
Options:
-h, --help Print help
-V, --version Print version
-V, --version Print version
图形用户界面
这个还在进行中。查看 gui
分支以查看其开发情况。
依赖项
~0.7–1.6MB
~35K SLoC