airdrop-cli
Version:
AirDrop CLI for file sharing on macOS
56 lines (33 loc) • 778 B
Markdown
AirDrop CLI for file sharing on macOS.
- macOS 10.12 or later
- Xcode Command Line Tools: `xcode-select --install`
```bash
npm install -g airdrop-cli
```
```bash
airdrop /path/to/file.txt
airdrop https://apple.com
```
Can send files from the terminal
`airdrop https://apple.com`
<img src="media/screenshot.png" alt="AirDrop CLI Demo" width="600">
```
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
```
This project was inspired by [vldmrkl/airdrop-cli](https://github.com/vldmrkl/airdrop-cli).
MIT