mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-24 23:55:52 +03:00
[PR #356] Feature/linux cli #377
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#377
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kavishdevar/librepods/pull/356
Author: @meerzulee
Created: 12/6/2025
Status: 🔄 Open
Base:
main← Head:feature/linux-cli📝 Commits (3)
e4c4262linux: add CLI support for querying status and controlling AirPodsd3b60cclinux: fix crash on tray Open/Settings and add Fusion style fallbackbc25f08linux: add input validation and fix memory leak in IPC handler📊 Changes
4 files changed (+496 additions, -45 deletions)
View changed files
📝
linux/CMakeLists.txt(+5 -0)➕
linux/cli.cpp(+236 -0)➕
linux/cli.h(+26 -0)📝
linux/main.cpp(+229 -45)📄 Description
Linux: Add CLI support and fix Qt theme compatibility
Features
CLI Interface
Query status and control AirPods from the command line while the app is running in the background.
Waybar integration example:
Bug Fixes
Qt Theme Compatibility
The app now works on X11, Wayland, KDE, GNOME, and other desktop environments regardless of theme configuration.
Summary by CodeRabbit
New Features
Bug Fixes / Improvements
✏️ Tip: You can customize this high-level summary in your review settings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.