mac-cli-0.1.0 is not a library.
mac-cli
A simple command-line tool to control your Mac from the terminal.

Features
- Volume Control
- Brightness Control
- Apple Music: Control playback, navigate tracks, and manage playlists
- Bluetooth: List devices
- Weather: Get current weather for any location
Installation
From crates.io
From source
Usage
The binary is called mac. Run mac --help to see all available commands.
Brightness
# Get current brightness
# Set brightness to 50%
Volume
# Get current volume
# Set volume to 75%
Apple Music
Music control inspired by appleMusic-cli-player.
Bluetooth
Weather
Requirements
- Rust 1.70+ (for building from source)
fzf(optional, for interactive playlist selection)
License
Licensed under the Apache License, Version 2.0. See LICENSE for details.