-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add picgo extension #25024
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
base: main
Are you sure you want to change the base?
Add picgo extension #25024
Conversation
- update npm-mirror - update metadata - update readme - update metadata - clean code - update readme - update readme - update readme - first commit
|
Congratulations on your new Raycast extension! 🚀 We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Greptile OverviewGreptile SummaryThis PR adds a new PicGo extension that integrates with PicGo-Core to upload images to various image hosting services directly from Raycast. Key Changes:
Issues Found:
Compliance:
Confidence Score: 4/5
Important Files Changed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5 files reviewed, 1 comment
Description
A Raycast extension to upload images to image hosts using PicGo-Core API.
How It Works
This extension integrates with
picgolibrary to handle image uploads.Configuration Management: The extension reads your PicGo config file (
~/.picgo/config.json) to detect installed uploaders and their configurations.You can choose which uploader and config to use from the dropdown menu. The extension persists your selection in Raycast LocalStorage and won't change your local config file.Select and Send Images: Select images (allow multi selection) from file picker or paste from clipboard
Cmd+V. .Copy Result: Choose your preferred format (URL, Markdown, HTML, or UBB) and copy to clipboard.
Screencast
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder