git.sophuwu.com > hwmongo
readme license
sophuwu sophie@sophuwu.com
Sun, 02 Nov 2025 13:12:59 +0100
commit

51293d355da7ad66cd72fbd234b28af00fdbda77

parent

8283d340f4b3531d2a8daa69f2659661d3eef0a2

3 files changed, 41 insertions(+), 0 deletions(-)

jump to
M .gitignore.gitignore

@@ -1,1 +1,3 @@

build +.idea +
A LICENSE

@@ -0,0 +1,21 @@

+MIT License + +Copyright (c) 2025 Sophie Kisiel <sophie@sophuwu.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.
A README.md

@@ -0,0 +1,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.