mtemp

Crates.iomtemp
lib.rsmtemp
version
sourcesrc
created_at2023-08-19 15:46:45.271392
updated_at2025-01-04 20:12:23.853179
descriptionCLI for monitoring temperatures
homepage
repositoryhttps://git.midefos.com/midefos/temp/
max_upload_size
id948767
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
midefos (Midefos)

documentation

README

mtemp

Simple personal CLI tool for monitoring temperatures.

You need to have nvidia-smi and lm-sensors configured and installed.

Usage

CPU (Only AMD)

CPU temp in Celsius.

mtemp cpu

GPU (Only NVIDIA)

GPU temp in Celsius.

mtemp gpu

Disk

Disk temp in Celsius.

mtemp disk

Note

This tool is specifically designed to function on my personal computer setup and configuration. Its compatibility and reliability on other systems cannot be guaranteed.

Therefore, it is strongly advised not to use this tool outside of its intended environment.

Commit count: 0

cargo fmt