101 Commits

Author SHA1 Message Date
9d4d543384 remove potential chatter in auto-update paired list 2025-06-06 15:03:45 +02:00
700e1fec43 update to new paired-devices cmd 2022-09-29 16:17:32 +02:00
136827f09c better cli support 2022-01-10 10:00:58 +01:00
b5c496e8f7 do not print misread into paired devices list 2021-12-19 17:42:53 +01:00
eefd1753a5 move de_alias to func 2021-08-24 21:52:07 +02:00
74551c09a5 respect aliases in trust menu 2021-08-24 21:30:53 +02:00
3ca1cc0728 fix readme 2021-08-24 16:40:41 +02:00
2dac28b97f options printout on wrong bt edit 2021-08-23 16:46:27 +02:00
ecc1a74b37 use 'bt edit <file>' as stated in README 2021-08-23 16:43:25 +02:00
91c3dae0d0 added more detailed documentation about aditional files 2021-08-23 16:26:16 +02:00
0ade87fa16 allow for '🔗' in device name and other small improvements 2021-08-23 16:11:21 +02:00
11b95a1e05 cleanup 2021-07-04 19:59:23 +02:00
2fb43032b7 smarter scanning period in re-pairing mode 2021-07-04 15:49:08 +02:00
1223574c2b only scan for devices on re-pairing if necessary 2021-07-04 15:25:23 +02:00
4ed78ac6a0 correct display of 🔗 if no devices connected 2021-07-03 11:38:07 +02:00
cf12d60cd3 externalize config from script 2021-07-02 13:21:13 +02:00
0e480a3e2d fix non-display of "disconnect" action. Add option to enable this 2021-07-02 11:28:06 +02:00
c262c29072 slight speed-up 2021-07-02 11:22:00 +02:00
30d11324aa show "🔗" next to connected devices 2021-07-02 11:02:13 +02:00
1c94c04b88 updated installation instructions for /usr/bin/local dest 2021-06-29 16:44:14 +02:00
e8681be5e7 return to old scan state 2021-06-29 16:40:32 +02:00
2b950cf60d more reliable re-pairing 2021-06-29 16:33:08 +02:00
82e4b34438 old tmp files removed at cleanup, not startup 2021-06-29 16:22:41 +02:00
b909eec576 added TODO 2021-06-29 14:41:06 +02:00
e422134b70 aliases work in disconnect menu 2021-06-29 14:32:36 +02:00
ae1e636514 fix re-pairing for hardcoded devices 2021-06-29 13:21:22 +02:00
f74f5b88b7 move bin to /usr/local/bin and configs to .config 2021-06-29 13:20:41 +02:00
b77d701595 added alias file 2021-06-28 20:10:16 +02:00
11689c2e22 fixed pairing issue 2021-06-20 17:19:57 +02:00
dfa24a8967 added edit option 2021-04-23 10:12:43 +02:00
65e57ca2da fixed pairing crash 2021-04-17 15:45:40 +02:00
2726f0c0fd speed up in code execution, less copied code 2021-01-01 22:47:50 +01:00
115a89b5c6 added statusbar signal updater 2020-09-30 15:33:47 +02:00
1e90d0f71c Images use relative width now 2020-09-06 19:50:26 +02:00
5680dfc4f4 cleaned up README 2020-09-05 22:32:18 +02:00
05fe04e638 only list successfully paired devices 2020-07-28 21:39:21 +02:00
dfac83a064 Increase boot up time if many devices are present
This will lead to less accurate behaviour with many devices listed in
bluetoothctl devices but otherwise the script becomes unbearably slow.
Remove head from the start up process if you wish to disable this
feature
2020-07-25 21:43:10 +02:00
cbd1b2f83d selecting connected device disconnects it 2020-07-23 20:47:11 +02:00
3a0fabef13 added troubleshooting section 2020-07-14 09:33:11 +02:00
ef42241838 remove unnecessary error message from stdout 2020-07-11 19:20:20 +02:00
4dc917aad7 readded cleanup routine 2020-07-10 11:39:13 +02:00
e7c2e1437b sped up start up using temp files (could be better) 2020-07-10 11:37:04 +02:00
774c5f7d1c only attempt to pair on connect if necessary 2020-07-07 12:24:46 +02:00
47f83247e4 fixed weird formatting in catchall case
removed debugging prints

	modified:   bt
2020-07-06 16:19:26 +02:00
234e781b6b only list untrusted devices in trust menu 2020-07-06 12:39:22 +02:00
38ba67b4fa Only lists connected devices in disconnect menu
Does not list all paired devices anymore
Also, if there is only one connected device,
immedieately disconnect that device
	modified:   README.md
	modified:   bt
2020-07-06 12:32:16 +02:00
231e9bb37b disconnects the one device if only one is paired 2020-07-06 12:06:41 +02:00
e1fe5f134a slowed down startup again, breaks scan otherwise 2020-07-05 19:45:12 +02:00
bbad7146b3 fixed bug where power option is not displayed 2020-07-05 15:24:19 +02:00
b061212d81 sped up menu display when controller unpowered 2020-07-05 15:21:24 +02:00