Skip to content

jag-k/git-raycast

Repository files navigation

Git with Raycast AI

Automate git using Raycast AI!

Installation

Homebrew

brew install jag-k/tap/git-raycast

Manual

Download latest build from Releases and install it in any directory in your PATH.+

Usage

git raycast

Supported commands

Development

Requirements:

  • Go version 1.22 or higher

Install dependencies:

go mod download

Build:

go build -o ./bin/git-raycast ./git-raycast

Run:

./bin/git-raycast
# or
go run ./git-raycast

License

MIT