https://github.com/jag-k/git-raycast
Automate git using Raycast AI
https://github.com/jag-k/git-raycast
git raycast raycast-ai
Last synced: 5 months ago
JSON representation
Automate git using Raycast AI
- Host: GitHub
- URL: https://github.com/jag-k/git-raycast
- Owner: jag-k
- License: mit
- Created: 2024-04-03T14:43:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T01:54:08.000Z (over 1 year ago)
- Last Synced: 2025-12-13T04:06:55.658Z (6 months ago)
- Topics: git, raycast, raycast-ai
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git with Raycast AI
Automate git using Raycast AI!
## Installation
### Homebrew
```shell
brew install jag-k/tap/git-raycast
```
### Manual
Download latest build from [Releases](https://github.com/jag-k/git-raycast/releases) and install it in any directory in
your PATH.+
## Usage
```shell
git-raycast
# OR
git raycast
```
### Supported commands
- [`message` - Create commit message based on changes](https://github.com/jag-k/git-raycast/wiki/Commands#message)
- [`mr`/`pr` - Generate MR/PR Summary message](https://github.com/jag-k/git-raycast/wiki/Commands#mr-pr-sumary)
- [`summary` - Create daily summary based on changes since yesterday](https://github.com/jag-k/git-raycast/wiki/Commands#summary)
## Development
Requirements:
- [Go](https://golang.org/dl/) version 1.22 or higher
Install dependencies:
```shell
go mod download
```
Build:
```shell
go build -o ./bin/git-raycast ./git-raycast
```
Run:
```shell
./bin/git-raycast
# or
go run ./git-raycast
```
## License
[MIT](LICENSE)