_
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Very cool project!
What was the motivation to make it cross platform? On the Linux side I see immediate value but I'm struggling to understand the usecase for win/Mac.
Hi Dran,
The motivation was purely because of a lack of proper control for Bluetooth on these closed-source OSes like Windows and macOS.
This is for users who want to control Bluetooth within the terminal, seamlessly.
For Windows, I have yet to see any CLI/TUI tools that do this. There were a set of old command-line tools which I downloaded and tried a long time ago, but it didn't work properly for me, I do not know about others.
On macOS, blueutil exists, which is a very old project (but constantly updated) and one which I hold in high regard, but again, it is a CLI.
What bluetuith can do, among other things, is monitor Bluetooth states across all adapters, devices and operations (like connection, pairing, discovery, file transfers) etc. and present it neatly (I think 😊) within the terminal itself, basically trying to replicate the same experience on Linux.
Basically the point is, you don't need the Bluetooth GUIs anymore on these platforms when you can control Bluetooth right from the terminal with a few keystrokes.