All Projects → vegardinho → alfred_bluetooth_controller

vegardinho / alfred_bluetooth_controller

Licence: other
Alfred workflow for managing bluetooth settings and -connections

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to alfred bluetooth controller

wipfred
🚧Manage your wip.chat todos with alfred
Stars: ✭ 23 (-63.49%)
Mutual labels:  alfred, alfred-workflow
alfred-qiita-workflow
Qiita on Alfred
Stars: ✭ 57 (-9.52%)
Mutual labels:  alfred, alfred-workflow
Coinc
💰💱Alfred Workflow for currencies conversion
Stars: ✭ 38 (-39.68%)
Mutual labels:  alfred, alfred-workflow
alfred-mac-osx-sharing
Alfred workflow to use Mac OS X sharing services
Stars: ✭ 19 (-69.84%)
Mutual labels:  alfred, alfred-workflow
alfred-r
#rstats Alfred workflow
Stars: ✭ 36 (-42.86%)
Mutual labels:  alfred, alfred-workflow
Efficient-office
Alfred-Workflows,Vim,Script,Mac
Stars: ✭ 36 (-42.86%)
Mutual labels:  alfred, alfred-workflow
alfred-http-status-codes
Alfred Workflow to search for http status code meanings
Stars: ✭ 30 (-52.38%)
Mutual labels:  alfred, alfred-workflow
alfred-postcss-workflow
Alfred App Workflow for https://www.postcss.parts
Stars: ✭ 14 (-77.78%)
Mutual labels:  alfred, alfred-workflow
alfred-passwords-workflow
An Alfred 4 workflow that allows you to quickly generate strong passwords.
Stars: ✭ 42 (-33.33%)
Mutual labels:  alfred, alfred-workflow
alfred-ip-address-workflow
Alfred 5 workflow for getting your local and external IP addresses.
Stars: ✭ 163 (+158.73%)
Mutual labels:  alfred, alfred-workflow
alfred-network-location
List, filter and activate network locations from within Alfred
Stars: ✭ 31 (-50.79%)
Mutual labels:  alfred, alfred-workflow
i-sheet-you-not
Automagically turn Excel spreadsheets into Alfred 3 Workflows
Stars: ✭ 67 (+6.35%)
Mutual labels:  alfred, alfred-workflow
alfred-craftdocs
Note searching for Craft Docs using Alfred
Stars: ✭ 38 (-39.68%)
Mutual labels:  alfred, alfred-workflow
alfred-chrome-history
Alfred workflow for Chrome history
Stars: ✭ 35 (-44.44%)
Mutual labels:  alfred, alfred-workflow
alfred-arxiv-workflow
🔎 Alfred workflow to search arxiv.org items
Stars: ✭ 23 (-63.49%)
Mutual labels:  alfred, alfred-workflow
adb-alfred
adb alfred - all in one
Stars: ✭ 60 (-4.76%)
Mutual labels:  alfred, alfred-workflow
alfred-figlet
🔠 Alfred 3 workflow to asciify plain text using figlet.js
Stars: ✭ 16 (-74.6%)
Mutual labels:  alfred, alfred-workflow
alfred-deepl
Utilize DeepL api translator.
Stars: ✭ 19 (-69.84%)
Mutual labels:  alfred, alfred-workflow
alfred-browser-tabs
🔍 Search browser tabs from Chrome, Brave, Safari, etc..
Stars: ✭ 302 (+379.37%)
Mutual labels:  alfred, alfred-workflow
alfred-jira-search
An Alfred workflow to search for Jira tickets
Stars: ✭ 26 (-58.73%)
Mutual labels:  alfred, alfred-workflow

Alfred Workflow: Bluetooth Controller

A powerful toolkit for managing your bluetooth connections. Includes Remote Trigger, to manage your Bluetooth devices on the big screen.

Contents


Installation

Download the Alfred workflow and double-click to install! If you encounter issues related to the blueutil or notificator scripts, see the troubleshooting section.


Usage

Commands

Manage bluetooth status

  • Turn bluetooth on: bton
  • Turn bluetooth off: btoff
  • Toggle bluetooth status: bttoggle
  • Reset (disable, wait 1.5 seconds, enable: btreset

Toggle Device Connections

  • Connect/disconnect from device: btd + device name
  • Unpair device: btd + device name + press modifier key cmd

Manage favorite device

  • Set favorite device: btsetfavorite + device name
  • Toggle connection with favorite device:
    • with hotkey: cmd-ctr-option-f
    • with keyword: btfavorite

Pair/Unpair Device

Large-Type Bluetooth Status

  • See status of bluetooth connection and paired devices.
  • btstatus

Safe Mode

Set environment variable confirm in workflow to true if you want to force user confirmation on toggle and deactivation commands. (Useful for iMacs and Mac Minis who that would have trouble turning Bluetooth on again without any input devices.)

Remote triggers

Most, or all, the listed commands have their own Remote Trigger. (You're welcome to add ones that are missing.)


Troubleshooting

If you get errors when using the workflow referring to not being able to use blueutil or notificator as it cannot be checked, you will need to manually remove the quarantine attribute from the bundled binary:

  1. Open workflow folder in Terminal by right clicking workflow (as shown in image below).
    open-in-terminal
  2. Use the following command once in directory:
    • Blueutil: xattr -d com.apple.quarantine ./blueutil
    • Notificator: xattr -d com.apple.quarantine ./notificator
  3. An alternative method is to open folder in Finder, locate the file(s), and right click, followed by open.

Attribution

  • blueutil binary is used for bluetooth functionality.
  • notificator binary is used for notifications.

Screenshots

Screenshot of all options Screenshot of device toggle

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].