All Projects → JojiiOfficial → Livebudscli

JojiiOfficial / Livebudscli

Licence: gpl-3.0
A tool to control your Galaxy buds+ and live from linux

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Livebudscli

Galaxybudsclient
Unofficial Galaxy Buds Client for Windows
Stars: ✭ 733 (+962.32%)
Mutual labels:  samsung, bluetooth
Hibeacons
An iBeacons example app for iOS 10, with Apple Watch (watchOS 3.0) support, written in Swift 3.
Stars: ✭ 1,153 (+1571.01%)
Mutual labels:  bluetooth
Tunnelblickctl
🔒 Command-line interface for Tunnelblick
Stars: ✭ 64 (-7.25%)
Mutual labels:  cli
M Cli
 Swiss Army Knife for macOS
Stars: ✭ 8,646 (+12430.43%)
Mutual labels:  cli
App
Reusable framework for micro services & command line tools
Stars: ✭ 66 (-4.35%)
Mutual labels:  cli
Bthidhub
Bluetooth HID hub
Stars: ✭ 65 (-5.8%)
Mutual labels:  bluetooth
Neutron
Neutron is a CLI developed to help developers create new react projects with Redux + Redux Saga and offers well-structured code standardization.
Stars: ✭ 65 (-5.8%)
Mutual labels:  cli
Rxbluetoothkotlin
Bluetooth low energy reactive framework for Android written in Kotlin
Stars: ✭ 68 (-1.45%)
Mutual labels:  bluetooth
Pillager
Pillage filesystems for sensitive information with Go.
Stars: ✭ 64 (-7.25%)
Mutual labels:  cli
Readme Md Generator
📄 CLI that generates beautiful README.md files
Stars: ✭ 9,184 (+13210.14%)
Mutual labels:  cli
Guaka
The smartest and most beautiful (POSIX compliant) Command line framework for Swift 🤖
Stars: ✭ 1,145 (+1559.42%)
Mutual labels:  cli
Page2image
📷 page2image is a npm package for taking screenshots which also provides CLI command
Stars: ✭ 66 (-4.35%)
Mutual labels:  cli
Node Installed Check
Checks that all dependencies in your package.json have supported versions installed and complies with your specified node engine version range
Stars: ✭ 67 (-2.9%)
Mutual labels:  cli
Flask Konch
An improved shell command for the Flask CLI
Stars: ✭ 65 (-5.8%)
Mutual labels:  cli
Pyinquirer
A Python module for common interactive command line user interfaces
Stars: ✭ 1,151 (+1568.12%)
Mutual labels:  cli
Branchsite
CLI tool for publishing your static website to a separate branch
Stars: ✭ 65 (-5.8%)
Mutual labels:  cli
Handroll
🍣 Expertly rolled JavaScript. CLI + library for bundling JavaScript with Rollup.js
Stars: ✭ 66 (-4.35%)
Mutual labels:  cli
Signale
Highly configurable logging utility
Stars: ✭ 8,575 (+12327.54%)
Mutual labels:  cli
Mattersend
Library and CLI utility to send messages to mattermost's incoming webhooks
Stars: ✭ 68 (-1.45%)
Mutual labels:  cli
Kju
Kju — Improved waiting time for the adidas.com splash page ❯❯❯_
Stars: ✭ 68 (-1.45%)
Mutual labels:  cli

PRs ci/cd crates earbuds earbuds-git

LiveBudsCli

A free cli tool to control your Galaxy buds live and Galaxy Buds+


Features

  • [x] Equalizer, touchpad-lock and anc/ambient sound control
  • [x] Basic Buds status (battery, anc/ambient sound, current equalizer setting, ...)
  • [x] Changing touchpad tap action
  • [x] Advanced status informations (battery voltage/current, temperature)
  • [x] Auto music play/pause on bud remove (via mpris)
  • [x] Automatic sink switch (pulseaudio) [feature: pulse-sink, used by default]
  • [x] Desktop notifications (for low battery)
  • [x] Bash completion (for every shell)
  • [x] Connect/Disconnect your earbuds easily with a subcommand
  • [x] Multiple device support
  • [x] Individual device configs
  • [x] Json output for scripts (via jq)
  • [x] Change config options from cli

Install

Pacman repo

You can get it precompiled from my pacman repository

AUR

yay -S earbuds

Compilation

Requirements (make depends)

Arch: bluez-libs libpulse dbus
Fedora: dbus-devel bluez-libs-devel

Run following command:

cargo install earbuds

Polybar

Polybar
You can display the status of your buds live in your polybar with this script
To achieve this, you have to add following to your polybar config and move the script into your polybar script folder. Don't forget to add buds to the modules section.

[module/buds]
type = custom/script
interval = 8
label = %output%
exec = ~/.config/polybar/scripts/polybar.sh
click-middle = earbuds toggle anc
click-right = earbuds toggle touchpadlock

Usage

To get most of the features listed above, you need to have a daemon instance running (earbuds -d). If you run one of the commands listed below, the daemon automatically gets started.

Status informations:

earbuds status

Set equalizer to Bass boost

earbuds set equalizer bass

Enable ANC

earbuds enable anc

Change ambient sound

earbuds set ambientsound <0-4> # 0: off 4: highest

Toggle noise reduction or the touchpad lock

earbuds toggle anc/touchpad

Get status in json format

earbuds status -o json

Set the left touchpad tap command to spotify

earbuds set tap-action spotify left

Connect/disconnect:

earbuds connect/disconnect

To debug the daemon run:

earbuds -k -d --no-fork

This kills the currently running daemon, creates a new one and starts it in the foreground.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].