Welcome to my Raycast Extensions repository! This is where I keep all the extensions I've developed for Raycast.
Here you'll find a collection of extensions I've created for Raycast, a productivity tool I love using.
To install any of the extensions, simply search for them in the Raycast Store. You can visit my Raycast Profile to see all of my published extensions.
If you prefer to install the extensions manually, follow these steps:
-
Clone the repository:
git clone https://github.com/YourMCGeek/raycast-extensions.git
-
Open Raycast and use the
Import Extension
command. -
Navigate to the cloned repository and select the extension you want to import.
That's it! The extension should now be available in Raycast.
Each extension has its own set of instructions. Check out the README file in each extension's directory for detailed usage information.
Got an idea for an extension or a way to improve one of mine? Awesome! Here's how you can contribute:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -m "Add your commit message"
-
Push to the branch:
git push origin feature/your-feature-name
-
Open a pull request.
Thanks for checking out my Raycast Extensions!