An open API service indexing awesome lists of open source software.

https://github.com/o98k-ok/bluetooth-flow

🔋 alfred workflow for bluetooth 🔋
https://github.com/o98k-ok/bluetooth-flow

alfred-workflow alfred5-workflow bluetooth golang mac

Last synced: 6 months ago
JSON representation

🔋 alfred workflow for bluetooth 🔋

Awesome Lists containing this project

README

        

# bluetooth workflow
Alfred workflows for mac bluetooth. 🔋💎

> Due to the confusion of Apple's configuration management, the current workflow cannot meet the needs of all Bluetooth devices. If you encounter a problem that the battery status cannot be displayed, you can refer to the source code for verification. Welcome to PR.

## Installation

1. Download latest version from [release](https://github.com/o98k-ok/bluetooth_flow/releases)
2. Double click and install it

## Alfred v4

Show all bluetooth devices info.
### Usage

* light theme [white font]
![v4_white](./assets/v4_white.png)

* dark theme [black font]
![v4_black](./assets/v4_black.jpg)

## Alfred v5

Show all bluetooth devices info via grid.

### Usage

* light theme [white font]
![v5_white](./assets/v5_white.jpg)

* dark theme [black font]
![v5_black](./assets/v5_black.jpg)

## Customization

You can customize the icon theme of the device by editing the env `theme` in the `config`.

## Development

```shell
make
```