Automate git using Raycast AI!
brew install jag-k/tap/git-raycast
Download latest build from Releases and install it in any directory in your PATH.+
git raycast
message
- Create commit message based on changessummary
- Create daily summary based on changes since yesterday
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