xiefenga / m1-heating

CLI tool to heating M1 Mac in winter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI tool to heating M1 Mac in winter

how to use

npm install -g m1-heating

m1-heating --thread 4 --interval 2 --min 20 --max 50

or you can use npx

npx m1-heating --thread 4 --interval 2 --min 20 --max 50

options

  • thread: number of threads to heating your Mac, default 4

  • intreval: the seconds to check whether continue heating or not, default 60s

  • min: the lowest temperature you can accept on your Mac, default 30°C

  • max: the highest temperature you can accept on your Mac, default 50°C

About

CLI tool to heating M1 Mac in winter

License:MIT License


Languages

Language:Objective-C 77.5%Language:JavaScript 11.3%Language:C 10.9%Language:Shell 0.4%