Skip to content

Getting Started

This guide will help you install and start using fileup in minutes.

Installation

To install fileup, simply run the following command:

pip install -U fileup
or use uv or pipx:
uv tool install fileup
pipx install fileup

Quick Start

After installation, you can upload a file with a single command:

fu myfile.txt

The URL will be automatically copied to your clipboard (on macOS).

Next Steps