fshare

Fast, simple file sharing from the command line. Upload a file, get a link.

Download CLI

Quick Start

# Install (macOS & Linux) $ curl -fsSL https://share.lilbillbiscuit.com/install.sh | sh # Or install manually $ curl -fsSL https://share.lilbillbiscuit.com/releases/fshare-macos-arm64 -o fshare $ chmod +x fshare $ sudo mv fshare /usr/local/bin/ # Share a file $ fshare upload myfile.zip Share URL: https://share.lilbillbiscuit.com/f/AbCdEfGhIjKlMnOp Direct URL: https://share.lilbillbiscuit.com/d/AbCdEfGhIjKlMnOp/myfile.zip Expires at: 2025-01-02T12:00:00Z # Custom expiry (up to 168 hours / 7 days) $ fshare upload myfile.zip --expire 72 # Share an entire folder (served as a static site) $ fshare upload ./my-site/ Site URL: https://share.lilbillbiscuit.com/f/AbCdEfGhIjKlMnOp/ # Share a folder as a zip file $ fshare upload ./my-folder/ --zip

Features

Simple
One command, one link. Invite-only access keeps things clean.
Fast
Powered by Cloudflare's global edge network with R2 storage.
Folder Upload
Upload entire folders as static sites, or zip them with --zip.
Large Files
Supports files over 1GB via automatic multipart uploads.
Ephemeral
Files auto-expire after 24h by default (configurable up to 7 days).
Progress Bar
Real-time upload progress with speed and ETA.
Cross-platform
Native binaries for macOS, Linux, and Windows.