airbuddy

airbuddy 2.7.3

Take Control of Your Wireless Devices on macOS

<rendered-html><p>Open your AirPods case next to your Mac to see the status right away, just like it works on your iPhone or iPad. AirBuddy lives in your Menu Bar and can also show battery information for your iPhone, iPad, Apple Watch, Mouse, Keyboard, and more.</p> </rendered-html>

https://v2.airbuddy.app
Unfree
programs: -
Platforms (2)
x86_64-darwinaarch64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  airbuddy
];
Ad-hoc shell
nix-shell -p airbuddy
Flake (nix run)
nix run nixpkgs#airbuddy