0.0.8 • Published 3 years ago

ezf v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

  1. Install the smcFanControl with Homebrew.
  2. Install the EZF with npm.
$ brew install smcfancontrol --cask
$ npm install -g ezf

License

MIT

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago