Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 851 Bytes

File metadata and controls

54 lines (33 loc) · 851 Bytes

airdrop-cli

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

Prerequisites

  • macOS 10.12 or later
  • Xcode Command Line Tools: xcode-select --install

Installation

npm install -g airdrop-cli

Usage

# Share a file
airdrop /path/to/file.txt

# Share a URL
airdrop https://apple.com

Features

Can send files from the terminal

airdrop https://apple.com

AirDrop CLI Demo

Options

Usage: airdrop <file>

Arguments:
  file    URL or path to file to share via AirDrop

Options:
  -h, --help     Show help information
  -V, --version  Show version number

Inspiration

This project was inspired by vldmrkl/airdrop-cli.

License

MIT