From d0e3d5068d7261521fb804c56cf0da3887a9585b Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:23:10 +0200 Subject: [PATCH] bluetui: add page (#19244) --- pages/linux/bluetoothctl.md | 1 + pages/linux/bluetui.md | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 pages/linux/bluetui.md diff --git a/pages/linux/bluetoothctl.md b/pages/linux/bluetoothctl.md index 13d8783f7a..b967e43da0 100644 --- a/pages/linux/bluetoothctl.md +++ b/pages/linux/bluetoothctl.md @@ -1,6 +1,7 @@ # bluetoothctl > Manage Bluetooth devices. +> See also: `bluetui`. > More information: . - Enter the `bluetoothctl` shell: diff --git a/pages/linux/bluetui.md b/pages/linux/bluetui.md new file mode 100644 index 0000000000..1f76c16ecd --- /dev/null +++ b/pages/linux/bluetui.md @@ -0,0 +1,13 @@ +# bluetui + +> Manage Bluetooth devices with a terminal UI. +> See also: `bluetoothctl`. +> More information: . + +- Start the program: + +`bluetui` + +- Display help: + +`bluetui {{[-h|--help]}}`