airdrop-cli

airdrop-cli 0-unstable-2025-07-14

Use Airdrop from the CLI on macOS written in Swift

https://github.com/vldmrkl/airdrop-cli
MIT License
main program: airdropprograms: -
Maintainers
Platforms (2)
x86_64-darwinaarch64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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