Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chetanxpro/lidlink
LidLink is a lightweight utility for MacBooks that automatically disconnects Bluetooth devices when the laptop lid is closed.
https://github.com/chetanxpro/lidlink
macutils swift
Last synced: about 6 hours ago
JSON representation
LidLink is a lightweight utility for MacBooks that automatically disconnects Bluetooth devices when the laptop lid is closed.
- Host: GitHub
- URL: https://github.com/chetanxpro/lidlink
- Owner: ChetanXpro
- License: mit
- Created: 2024-08-25T13:15:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T13:19:05.000Z (3 months ago)
- Last Synced: 2024-08-25T14:36:56.008Z (3 months ago)
- Topics: macutils, swift
- Language: Swift
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LidLink
LidLink is a lightweight utility for MacBooks that automatically disconnects Bluetooth devices when the laptop lid is closed.
## Features
- Monitors MacBook lid state in real-time
- Automatically disconnects all Bluetooth devices when the lid is closed
- Runs silently in the background with minimal resource usage## Installation
1. Clone this repository:
```
git clone https://github.com/chetanXpro/LidLink.git
cd LidLink
```2. Run the installation script:
```
chmod +x install.sh
./install.sh
```## Usage
LidLink starts automatically at login. To stop it manually:
```
launchctl unload ~/Library/LaunchAgents/com.user.lidlink.plist
```## License
[MIT License](https://opensource.org/licenses/MIT)
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.