Skip to content

Commit 5f7b376

Browse files
committed
Add buymecoffee.com
1 parent 8cde934 commit 5f7b376

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

FUNDING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Support and Funding
2+
3+
Hello! You can visit [Buy Me A Coffee](https://www.buymeacoffee.com/benstroud) to make
4+
a supportive gesture if you found value in this open source software project.

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ The `lazygaze` TUI pipes git diffs to Claude CLI or Github Copilot CLI with
66
streaming output, prompt library, and persona system. Diff on the left. Analysis
77
on the right. No browser, reduced context switching. Fast workflow.
88

9-
[![Go](https://github.com/benstroud/lazygaze/actions/workflows/go.yml/badge.svg)](https://github.com/benstroud/lazygaze/actions/workflows/go.yml) [![Built with bubbletea](https://img.shields.io/badge/built%20with-bubbletea-ff69b4)](https://github.com/charmbracelet/bubbletea) [![Powered by Claude](https://img.shields.io/badge/powered%20by-Claude-orange)](https://www.anthropic.com) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
9+
[![Go](https://github.com/benstroud/lazygaze/actions/workflows/go.yml/badge.svg)](https://github.com/benstroud/lazygaze/actions/workflows/go.yml)
10+
[![Built with bubbletea](https://img.shields.io/badge/built%20with-bubbletea-ff69b4)](https://github.com/charmbracelet/bubbletea)
11+
[![Works with: Claude Code](https://img.shields.io/badge/Works%20with-Claude%20Code-blueviolet)](https://code.claude.com)
12+
[![Works with: GitHub Copilot](https://img.shields.io/badge/Works%20with-GitHub%20Copilot-black)](https://github.com/features/copilot/cli)
13+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
14+
[![BuyMeACoffee](https://raw.githubusercontent.com/pachadotdev/buymeacoffee-badges/main/bmc-donate-yellow.svg)](https://www.buymeacoffee.com/benstroud)
1015

1116
This software is licensed under the MIT [LICENSE](./LICENSE)
1217

@@ -111,7 +116,7 @@ lazygaze --model opus HEAD~5..HEAD
111116
| `^` | Review last commit (`HEAD^..HEAD`) |
112117
| `U` | Review upstream changes (diff against upstream branch) |
113118
| `~` | Shorthand: enter `n` to review `HEAD~n..HEAD` |
114-
| `:` | Enter a git range (e.g. `HEAD~3..HEAD`, `main..feature`) |
119+
| `:` | Enter a git range (e.g. `HEAD~3..HEAD`, `main..feature`, `origin/master..HEAD`) |
115120
| `r` | Refresh / re-run current diff |
116121

117122
### Review

0 commit comments

Comments
 (0)