Skip to content

YourMCGeek/raycast-extensions

Repository files navigation

My Raycast Extensions

Welcome to my Raycast Extensions repository! This is where I keep all the extensions I've developed for Raycast.

Table of Contents

Introduction

Here you'll find a collection of extensions I've created for Raycast, a productivity tool I love using.

Installation

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.

Usage

Each extension has its own set of instructions. Check out the README file in each extension's directory for detailed usage information.

Contributing

Got an idea for an extension or a way to improve one of mine? Awesome! Here's how you can contribute:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:

    git commit -m "Add your commit message"
  4. Push to the branch:

    git push origin feature/your-feature-name
  5. Open a pull request.


Thanks for checking out my Raycast Extensions!