Skip to content

YourMCGeek/raycast-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

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.

Manual Installation

If you prefer to install the extensions manually, follow these steps:

  1. Clone the repository:

    git clone https://github.com/YourMCGeek/raycast-extensions.git
  2. Open Raycast and use the Import Extension command.

  3. Navigate to the cloned repository and select the extension you want to import.

That's it! The extension should now be available in Raycast.

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!