git.sophuwu.com > hwmongo   
              18
            
             # hwmongo
a simple program that reads your hwmon. Written in Go, hence the name hwmongo (hardware monitor go).

## Features
- Reads hardware monitoring data from the `/sys/class/hwmon/` directory on Linux systems.
- Outputs in a human-readable list by default, or JSON format with the `--json` flag.
- Has options to show basic sensor data or all data with the `--extra` flag.

## Installation
It's one go file with no dependencies, easy to compile and run.

## Author
Sophie Kisiel <[sophie@sophuwu.com](mailto:sophie@sophuwu.com)>
- https://sophuwu.com 
- https://git.sophuwu.com/hwmongo

## License
MIT License.