Skip to content

a macOS CLI for AirDrop written in Swift

License

Notifications You must be signed in to change notification settings

timurguseynov/airdrop-cli

 
 

Repository files navigation

airdrop-cli

This is a command line tool that allows you to share files and URLs with Apple devices using AirDrop from your terminal.

Installation

Homebrew

brew install vldmrkl/formulae/airdrop-cli

or

brew tap vldmrkl/formulae
brew install airdrop-cli

Manually

git clone https://github.com/vldmrkl/airdrop-cli.git
cd airdrop-cli
make install

Usage

airdrop-cli-demo

To airdrop files, run:

airdrop /path/to/your/file

You can also airdrop URLs:

airdrop https://apple.com/

You can pass as many paths as you want. As long as theese file URLs are correct, the command will work.

About

a macOS CLI for AirDrop written in Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 96.3%
  • Makefile 3.7%