bluetooth-autoconnect
bluetooth-autoconnect copied to clipboard
feat: add command line args to include or exclude specific devices
Add device inclusion/exclusion filter arguments, e.g.:
bluetooth-autoconnect [-d] --include <other_mac>,<another_mac>
bluetooth-autoconnect [-d] --exclude <mac_address>
Naming the argument options like --only
/--ignore
may be more intuitive and human-friendly