Conversation
- Changed extension icon, changed package.json a bit, fixed preferences in index.tsx - Created version 1 of Raycast extension. Offers preferences to set path to copyQ, default tab, and default number of items. - Removed Python scripts and rewrote in TypeScript. - Added copyq-clipboard-manager, a raycast extension template, as well as the utils folder with the python scripts to be used by the extension. - Update README.md - Create README.md - Initial commit
|
Congratulation on your new Raycast extension! 🚀 We will review it shortly. Once the PR is approved and merged, the extension will be available on the Store. |
- Fixed ESLint so that extension will pass review. - Changed extension icon, changed package.json a bit, fixed preferences in index.tsx - Created version 1 of Raycast extension. Offers preferences to set path to copyQ, default tab, and default number of items. - Removed Python scripts and rewrote in TypeScript. - Added copyq-clipboard-manager, a raycast extension template, as well as the utils folder with the python scripts to be used by the extension. - Update README.md - Create README.md - Initial commit
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi 👋
Thanks for your contribution 💪
I have now tested your extension, and I have some feedback ready for you:
-
Could you add metadata images
-
Could you try to set the default path instead of letting user do it, this way they only have to change it if it's not in the default path - this could make the preference
default:false -
If you set a wrong path, then the extension crashes, could you handle that gracefully?
- Some of the default prettier files are missing, could you use the command
Create Extensionand copy all the missing files in root from the temporary extension 🙂
I'm looking forward to testing this extension again 🔥
Request a new review when you are ready. Feel free to contact me here or at Slack if you have any questions.
| interface Preferences { | ||
| copyq_path: string; | ||
| default_tab: string; | ||
| default_num_items: number; | ||
| } |
There was a problem hiding this comment.
| interface Preferences { | |
| copyq_path: string; | |
| default_tab: string; | |
| default_num_items: number; | |
| } |
Raycast autogenerate this

Description
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder