From 0a1975b2148b5db9434f7acb60d7452af51af6f1 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Mon, 8 Jun 2020 21:59:36 +0200 Subject: [PATCH] updated README --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 97831c7..91b5bb7 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,29 @@ Edit the Makefile to reflect your preffered installation destination. Then, simp ```bash make install ``` + +# Clear blacklist/pairlist + +Since `bluetoothctl paired-devices` seems to be hugely unreliable in listing paired devices, bthandler has a seperate list for all paired devices through bthandler. +There is also a blacklist available to not display certain devices, which might be useful for autoconnection Bluetooth mice for example. + +To clear these files, simply run +```bash +make clear +``` +and these files will be reset to their inital, empty state. + +# Uninstall + +To uninstall you might follow that it's a simple +```bash +make uninstall +``` + +# Pending features + +Here's a growing list of features that are not yet actively worked on but might be nice in the future. Currently I'm more concerned with reliability that fulfilling feature requests, but I'm still open to put some on this list. + +- start scanning for new devices immediately at execution to save time when pairing new devices +- auto-trust newly paired devices/trust device via dmenu +- blacklist devices via dmenu