ezf
v0.0.8
Published
Easy Mac Fan Control.
Downloads
2
Readme
EasyMacFanController
EasyMacFanController (EZF) is a command that allows you to control the fan speed of your Mac from the CLI. Access to MacBook fans is done through smcFanControl, but EZF is a simpler and more elegant way to control MacBook fans.
Features
- All functions are available in the CLI.
- You can see information about the fans.
- The fan speed can be changed.
Usage
See information about the all fans.
$ ezf --status
Maximize all fans speed.
$ ezf --max
Change all fans rotation speed.
(Set the speed to less than the "maximum speed" and more than the "minimum speed".)
$ ezf --rotate [speed]
Change all fans to auto rotate mode.
$ ezf --auto
Installation
- Install the smcFanControl with Homebrew.
- Install the EZF with npm.
$ brew install smcfancontrol --cask
$ npm install -g ezf