Skip to main content

EasySend CLI Tool

Upload and share files from your terminal with one command. No signup, no API key, no configuration.

Install with one command:

curl -fsSL easysend.co/cli/install.sh | bash

Usage

# Upload a single file
easysend photo.jpg

# Upload multiple files
easysend report.pdf data.csv slides.pptx

# Upload and copy link to clipboard
easysend build.tar.gz --copy

# Upload with JSON output (for scripts)
easysend file.pdf --json

# Pipe from stdin
cat log.txt | easysend --name error-log.txt

What It Does

How It Works

The CLI tool is a lightweight bash script that wraps the EasySend REST API. It uses curl to upload files and parses the JSON response to display the share link. Files are uploaded to the same infrastructure as the web interface.

Requirements

See Also