Coder Social home page Coder Social logo

raycast-github's Introduction

Raycast GitHub

This is a custom Raycast extension I've built for myself for GitHub.

Installation

For now, you'll need to clone the repository and install it from within Raycast.

git clone https://github.com/jclem/raycast-github
cd raycast-github
npm install
npm run build

Then, from within Raycast with developer mode enabled, import the extension.

Personal Access Token (PAT)

When attempting to execute the first command from this extension, you'll be prompted to enter a Personal Access Token (PAT). You can generate a PAT on GitHub, by going to:

User settings ➡️ Developer settings ➡️ Personal access tokens ➡️ Generate new token https://github.com/settings/tokens

  1. Add a description to the "Note" field, e.g. "Raycast GitHub"

  2. Select the following scopes from the list:

  • repo
  • codespace

Generate the token and copy and paste it into the Raycast input.

Commands

Codespaces

This command allows you to search, open, start, stop, and remove existing Codespaces.

To create new Codespaces, see the "Search Repositories" command below.

Actions

  • Open the Codespace in VSCode.
  • Open the Codespace in a web browser.
  • Start the Codespace.
  • Stop the Codespace.
  • Delete the Codespace.

Search Code

This allows you to search code on GitHub, for example by entering a query such as "ActiveRecord repo:rails/rails".

Actions

  • Open the search result in a web browser.
  • Open the search result in GitHub.dev. You can also do this by hitting the "." key while highlighting a search result.

Search Commits

This allows you to search Git commits on GitHub, for example by entering a query such as "Finally actually fix layout bug".

Actions

  • Open the commit in a web browser.
  • Open the commit in GitHub.dev. You can also do this by hitting the "." key while highlighting a commit.

Search Issues & Pull Requests

This allows you to search issues and PRs on GitHub.

Actions

  • Open the issue or PR in a web browser.
  • View the full issue or PR body in Raycast.

Search Repositories

This allows you to search repositories on GitHub.

Actions

  • Open the repo in a web browser.
  • Open the repo readme in Raycast.
  • Open the repo issues in a web browser.
  • Open the repo pull requests in a web browser.
  • Open the repo in GitHub.dev. You can also do this by hitting the "." key while highlighting a repo.
  • Open or create a Codespace for the repo. This will try and find an existing Codespace and open it, or it will create a new Codespace and open it.

Search Users

This allows you to search users on GitHub.

Actions

  • Open the user's profile in a web browser.
  • View the user's profile readme in Raycast.

raycast-github's People

Contributors

glortho avatar jclem avatar octokatherine avatar pmarsceill avatar

Forkers

panurat123

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.