cleaned up README

This commit is contained in:
Alexander Bocken 2020-09-05 22:32:18 +02:00
parent 05fe04e638
commit 5680dfc4f4

View File

@ -54,12 +54,12 @@ This should only be an issue if `bluetoothctl scan off` is unreliable for you th
# TODO # TODO
- start scanning for new devices immediately at execution to save time when pairing new devices -> **Implemented** - [x] start scanning for new devices immediately at execution to save time when pairing new devices
- auto-trust newly paired devices/trust device via dmenu -> **Implemented changeable via the AUTOTRUST variable in the beginning of bt, menu display adjusts accordingly** - [x] auto-trust newly paired devices/trust device via dmenu (changeable via the AUTOTRUST variable in the beginning of bt, menu display adjusts accordingly)
- blacklist devices via dmenu -> **Implemented** (action is hidden, but typing `blacklist` as your choice will reveal the menu) - [x] blacklist devices via dmenu (action is hidden, but typing `blacklist` as your choice will reveal the menu)
- update bthandler internal paired devices list if something new shows up via `bluetoothctl paired-devices` not already listed in the paired devices file -> **Implemented** - [x] update bthandler internal paired devices list if something new shows up via `bluetoothctl paired-devices` not already listed in the paired devices file
- only show disconnect option if devices are already connected -> **Implemented** - [x] only show disconnect option if devices are already connected
- find a way to get something similar to `grep -vf` without the need of temp files. - [ ] find a way to get something similar to `grep -vf` without the need of temp files.
- only list connected devices to disconnect from, not all paired devices -> **Implemented** - [x] only list connected devices to disconnect from, not all paired devices
- only list not trusted devices in trust menu -> **Implemented** - [x] only list not trusted devices in trust menu
- selecting already connected device disconnects it -> **Implemented** - [x] selecting already connected device disconnects it