Terminal UI for fan2go.
- Visualize detected and configured fans
- Monitor curve values
- Inspect sensor readings
Note: fan2go-tui depends on the API of the fan2go daemon.
yay -S fan2go-tui-git
Community Maintained Packages
None yet
Compile yourself:
git clone https://github.com/markusressel/fan2go-tui.git
cd fan2go-tui
make build
sudo cp ./bin/fan2go-tui /usr/bin/fan2go-tui
sudo chmod ug+x /usr/bin/fan2go-tui
Open the configuration of fan2go and enable the api:
api:
enabled: true
Note: The configuration is optional and sane defaults will be used if omitted.
Then configure fan2go-tui by creating a YAML configuration file in one of the following locations:
/etc/fan2go-tui/fan2go-tui.yaml
(recommended)/home/<user>/.config/fan2go-tui/fan2go-tui.yaml
./fan2go-tui.yaml
sudo mkdir -P ~/.config/fan2go-tui
sudo nano ~/.config/fan2go-tui/fan2go-tui.yaml
An example configuration file including more detailed documentation can be found in fan2go-tui.yaml.
See go.mod
fan2go-tui
Copyright (C) 2023 Markus Ressel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.