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]}}`