@globb/sendit
v0.1.1
Published
Send files from the terminal through pluggable transfer engines (AirDrop on macOS)
Maintainers
Readme
@globb/sendit
Send files from your terminal through pluggable transfer engines (AirDrop on macOS).
npx @globb/sendit ~/Pictures/holiday.jpg
npx @globb/sendit file-a.png file-b.pdfInstall
npm i -g @globb/senditThe sendit command is then available globally.
Usage
sendit ~/photo.jpg # send one or more files
sendit # no files: prompts to send the current directory
sendit --engine ~/photo.jpg # pick the engine from a list
sendit --engine=airdrop ~/photo.jpg
sendit --default-engine=airdropRequirements
- Node 24+
- macOS for the AirDrop engine
See the project README for engine docs and how to add your own.
