Add copyq-clipboard-manager extension#9224
Conversation
…or more gracefully. Fixed prettier/eslint files to conform to Raycast\'s standards. Added gitignore file to keep repo clean.
|
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. |
|
Hi 👋 Should we close #9139 in favor of this one? |
Sure, my fault. |
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:
- It's weird that there are more entries in the list than there are items. Could you look into this?
- You can maybe check the default installation paths, something like here
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.
| @@ -0,0 +1,3 @@ | |||
| # CopyQ | |||
|
|
|||
| Lists CopyQ clipboard entries and allows user to select/paste them. No newline at end of file | |||
There was a problem hiding this comment.
Could you write a bit about CopyQ and a guide for how to install it
- Updated README to include installation instructions for CopyQ and fixed bug where empty clipboard entries were being displayed. - Added metadata/screenshots for Raycast. Handled "copyQ not found" error more gracefully. Fixed prettier/eslint files to conform to Raycast\'s standards. Added gitignore file to keep repo clean. - 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 I fixed the issue with empty clipboard entries forming. It occurs when the default number of items preference is larger than the number of clipboard entries in the chosen CopyQ tab. Also revised the README to include a description of CopyQ and where to go to install it. |
|
What about adding the default paths so we could prompt the user as little as possible, not all know how to find the paths, and maybe raise the limit to 25? |
While I've been waiting for version 1 to be listed on the store I've been overhauling the code to provide a faster display of clipboard contents. In the next version, you can choose a tab before displaying clipboard contents, and all clipboard contents will appear instantly (even on my Mac tab which contains over 1300 items!) |
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi 👋
Looks good to me, approved 🔥
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |

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