Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xiefenga/m1-heating
- Owner: xiefenga
- License: mit
- Created: 2023-01-20T07:42:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T10:51:15.000Z (about 2 years ago)
- Last Synced: 2024-11-25T11:41:43.618Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
CLI tool to heating M1 Mac in winter
### how to use
```shell
npm install -g m1-heatingm1-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