-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
feat(extensions): Add Generate Secret & Cursorrules - Developer Productivity Tools #16858
base: main
Are you sure you want to change the base?
Conversation
Add two new extensions to the Raycast repository: Generate Secret: - Cryptographically secure random secret generator - Multiple lengths (16, 32, 64, 128 characters) - Automatic clipboard copy - Web version integration (generate-secret.nyxb.nexus) Cursorrules: - Integration with cursorrul.es - Easy access to cursor rules within Raycast - Streamlined cursor rule management Changes: - Add extensions/generate-secret/ - Add extensions/cursorrules/ - Update respective documentation
- Add metadata screenshots for store listings - Move demo GIFs to assets folder for READMEs - Update README documentation structure - Fix asset organization according to Raycast guidelines Extensions affected: - generate-secret - cursorrules
Add npm lock files for dependency version control: - extensions/generate-secret/package-lock.json - extensions/cursorrules/package-lock.json Ensures consistent dependency versions across installations
Add initial changelog files for: - generate-secret - cursorrules Document initial release features as required by Raycast guidelines
Remove owner field from generate-secret package.json to comply with Raycast's public extension guidelines. Extensions should be published under personal accounts rather than organizations.
Remove owner field from generate-secret package.json to comply with Raycast's public extension guidelines. Extensions should be published under personal accounts rather than organizations.
- Resize extension icons to required 512x512px - Update metadata screenshots to 2000x1250px format - Fix code formatting with Prettier - Update extension titles to proper Title Case - Run lint fixes on all source files Extensions affected: - generate-secret - cursorrules All changes comply with Raycast store requirements
…t-in crypto module - Remove crypto npm package dependency - Use node:crypto built-in module with randomBytes - Add node: prefix for better clarity and future-proofing This change removes an unnecessary dependency while maintaining the same secure random generation functionality using Node.js native implementation.
extensions/cursorrules/src/components/actions/CopyRuleAction.tsx
Outdated
Show resolved
Hide resolved
The callback options are handled automatically by the crossLaunchCommand function, so there's no need for the additional parameter or TODO comment.
@LitoMore done |
Hey! 👋 |
Hi @nyxb. I'm just a contributor (not the Raycast staff). You might need to wait for the Raycast team member to review your code. You can expect an initial review within five business days. |
Ah, okay, thank you very much for the information. |
Add Generate Secret and Cursorrules Extensions
Description
Adding two new productivity-focused extensions to the Raycast Store:
Screencast
Screenshots for both extensions can be found in their respective metadata folders:
extensions/generate-secret/metadata/
extensions/cursorrules/metadata/
Additional demo GIFs are available in the README files:
extensions/generate-secret/assets/demo.gif
extensions/cursorrules/assets/demo.gif
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder