Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiefenga/m1-heating

CLI tool to heating M1 Mac in winter
https://github.com/xiefenga/m1-heating

Last synced: 17 days ago
JSON representation

CLI tool to heating M1 Mac in winter

Awesome Lists containing this project

README

        

CLI tool to heating M1 Mac in winter

### how to use

```shell
npm install -g m1-heating

m1-heating --thread 4 --interval 2 --min 20 --max 50
```
or you can use `npx`

```shell
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