Riyo Apps
File utilities

QuickUp

Right-click any file to upload it and copy the URL.

WindowsmacOSLinux
InstallGitHub

Overview

QuickUp is a desktop utility for Windows, macOS, and Linux. It adds an upload action to your system file manager, lets you choose a public file host, uploads the selected file directly to that host, and copies the resulting URL to your clipboard.

Right-click upload

Adds an upload entry to the right-click menu in your file manager.

Choose a host

Pick Catbox, x0.at, Litterbox, or Uguu for each upload.

URL copied automatically

The URL is copied to your clipboard when the upload finishes.

No proxy

Files go directly to the host. Riyo has no server in between.

Install

Run the command for your platform in a terminal.

Windows · PowerShell
iwr https://apps.riyo.me/install/quickup.ps1 -OutFile "$env:TEMP\quickup.ps1"
powershell -ExecutionPolicy Bypass -File "$env:TEMP\quickup.ps1" install
macOS · Linux
curl -fsSL https://apps.riyo.me/install/quickup.sh -o quickup.sh
sh quickup.sh install

FAQ

What is QuickUp?

A desktop utility that adds an upload action to your file manager. Right-click a file, choose a host, and the URL is copied to your clipboard.

Does QuickUp store my files?

No. Files are uploaded directly to the host you choose. Riyo does not proxy, inspect, or store uploads.

Which operating systems are supported?

Windows (Explorer context menu), macOS (Finder Quick Actions), and Linux (Nautilus, Dolphin, Thunar).

Which file hosts are supported?

Catbox (permanent), x0.at (up to 1 year), Litterbox (1 hour), and Uguu (48 hours).

How do I uninstall QuickUp?

On Windows, run quickup.ps1 in %LOCALAPPDATA%\QuickUp with the uninstall argument. On macOS and Linux, run sh quickup.sh uninstall.