A Raycast extension to manage Cloudflare R2 bucket files.
- Grid View: Display all files in a 5-column grid layout with image previews
- Upload Files: Upload any local files to R2 bucket (⌘+U)
- Upload from Clipboard: Quick upload clipboard images to R2 and copy URL
- Preview: Open file in browser
- Copy URL: Copy public URL or presigned URL
- Delete: Delete files from bucket
You need to configure the following preferences:
| Field | Required | Description |
|---|---|---|
| Account ID | Yes | Cloudflare Account ID |
| Access Key ID | Yes | R2 API Token Access Key ID |
| Secret Access Key | Yes | R2 API Token Secret Access Key |
| Bucket Name | Yes | R2 bucket name |
| Public Domain | No | Public access domain for preview URLs |
- Go to Cloudflare Dashboard
- Navigate to R2 Overview page
- Click "Manage R2 API Tokens"
- Create a new API token with appropriate permissions
- Copy the Access Key ID and Secret Access Key
Browse and manage R2 bucket files in a grid view.
Shortcuts:
Enter- Preview file⌘+C- Copy URL⌘+U- Upload files⌘+Backspace- Delete file
Quick upload clipboard image to R2 and automatically copy the URL.
- Files are renamed with UUID to prevent URL guessing
- Files are sorted by upload time (newest first)
- Clipboard upload supports image formats only: PNG, JPG, JPEG, GIF, WebP, SVG, ICO, BMP
MIT