Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add uploadthing extension #12293

Merged
merged 12 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/public_raycast_extensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ apple-notes
humaans
text-replacements
copilot-workspace
uploadthing
13 changes: 13 additions & 0 deletions extensions/uploadthing/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
6 changes: 6 additions & 0 deletions extensions/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# UploadThing Changelog

## [Initial Version] - 2024-05-11

- Add Upload Files command
- Add Upload from Clipboard command
14 changes: 14 additions & 0 deletions extensions/uploadthing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# UploadThing

Simple Raycast extension with 2 commands:

- **Upload Files**: An interactive upload form where the user first selects the files they wanna upload, then uploads in batch
- **Upload from Clipboard**: Reads the users clipboard and uploads the latest files from it

## Account & Setup

In order to use this extension, you need to have an account on UploadThing and an API key. You can get one by signing up [here](https://uploadth.ing/), then going to the API Keys tab in your dashboard.

## Demo

https://cln.sh/HJBwCG3g
Binary file added extensions/uploadthing/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading