Skip to content

barelyhuman/temp-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

temp-cli

simple cli runner to get Apple SOC Temperatures for M1 Macbook Air's

Haven't tested on other M1's so I would be careful and I hold no responsibilty for it.

Credits

All credits for the original sensors objective c code to freedomtan, this is just a cli wrapping to get more targeted data

Usage

  1. Install the required dependencies for the package.
yarn install --frozen-lockfile
  1. Change into the original sensors library code, which is at source/lib/sensors and run the following command
make
  1. then back to the root of the project and run one of the following.
./source/index.js

LICENSE

The licenses are a part of derivative work by "freedom" Koan-Sin Tan so read both licenses before doing anything.

temp-cli LICENSE

sensors LICENSE