jrouleau / bluetooth-autoconnect

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

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

Open jrouleau opened 10 months ago

jrouleau commented 10 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 10 months ago

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