Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 526 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 526 Bytes

Bluetooth Idle Device Daemon (bidd) is a small Rust utility that operates as a launchd daemon and disables Bluetooth on MacOS machines if no devices are connected after a period of time.

Usage

To install bidd and set it up as a launchd daemon, you can run the following:

# Build and install the binary from source
cargo install --git https://github.com/alexander-jackson/bidd.git

# Install the `launchd` configuration
bidd setup

The first time it runs, you will be asked to allow Bluetooth access.