Coming Soon
To begin, fork this repository and clone it to your local machine:
git clone https://github.com/your-username/goodlinks_raycast.git
cd goodlinks_raycastEnsure you have Node.js and npm installed. Then, install the necessary dependencies:
npm installTo test the extension locally, follow these steps:
- Open Raycast and go to Extensions.
- Click on the Import Extension button.
- Navigate to the cloned repository and select the extension.
Once you're ready to deploy the extension, use the following command:
ray deployNote: Ensure you have the Raycast CLI installed and configured. You can refer to the Raycast Developer Documentation for more details on setting up and using the Raycast CLI.
- Forking and Cloning: If you encounter issues while forking and cloning the repository, make sure your SSH keys are correctly configured with your GitHub account. You can follow GitHub's SSH documentation for more guidance.
- Dependencies: Always verify that you have the correct versions of Node.js and npm installed to avoid compatibility issues. You can check your versions by running
node -vandnpm -v. - Local Testing: When testing the extension locally, ensure that Raycast is correctly set up on your machine. You may need to adjust permissions or settings for the extension to function properly.
- Deployment: Use
ray deploycautiously. This command will deploy the extension to your Raycast environment, making it available for use. Double-check your configuration and code before deploying to prevent issues.
Feel free to contribute and enhance this extension! If you encounter any issues, please open an issue in this repository. Contributions are welcome, whether they are bug fixes, feature additions, or documentation improvements.
Built by Pranav Karra.



