jrouleau / bluetooth-autoconnect

A linux command line tool to automatically connect to all paired and trusted bluetooth devices.
MIT License
212 stars 42 forks source link

feat: add command line args to include or exclude specific devices #18

Open jrouleau opened 9 months ago

jrouleau commented 9 months ago

Add device inclusion/exclusion filter arguments, e.g.:

bluetooth-autoconnect [-d] --include <other_mac>,<another_mac> bluetooth-autoconnect [-d] --exclude <mac_address>

jrouleau commented 9 months ago

Naming the argument options like --only/--ignore may be more intuitive and human-friendly