• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rm-hull / git-commit-summary
33%
main: 35%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/google.golang.org/genai-1.41.0
DEFAULT BRANCH: main
Repo Added 27 Oct 2025 11:34PM UTC
Token PiXVPNdn1L9d8MaiuM8dCUGk9uxVnLjCC regen
Build 120 Last
Files 13
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH exp/delete-line-capability
branch: exp/delete-line-capability
CHANGE BRANCH
x
Reset
Sync Branches
  • exp/delete-line-capability
  • chore/add-tests
  • chore/update-deps
  • dependabot/github_actions/actions/cache-5
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/go_modules/github.com/go-playground/validator/v10-10.30.0
  • dependabot/go_modules/github.com/go-playground/validator/v10-10.30.1
  • dependabot/go_modules/github.com/openai/openai-go/v3-3.10.0
  • dependabot/go_modules/github.com/openai/openai-go/v3-3.12.0
  • dependabot/go_modules/github.com/openai/openai-go/v3-3.13.0
  • dependabot/go_modules/github.com/openai/openai-go/v3-3.14.0
  • dependabot/go_modules/github.com/openai/openai-go/v3-3.15.0
  • dependabot/go_modules/github.com/openai/openai-go/v3-3.9.0
  • dependabot/go_modules/github.com/spf13/cobra-1.10.2
  • dependabot/go_modules/google.golang.org/genai-1.36.0
  • dependabot/go_modules/google.golang.org/genai-1.37.0
  • dependabot/go_modules/google.golang.org/genai-1.38.0
  • dependabot/go_modules/google.golang.org/genai-1.39.0
  • dependabot/go_modules/google.golang.org/genai-1.40.0
  • dependabot/go_modules/google.golang.org/genai-1.41.0
  • feat/clear-command
  • feat/regenerate
  • feat/setup-wizard
  • feat/undo-redo
  • fix/no-stashed-changes
  • main
  • refactor/action
  • refactor/full-bubbletea

21 Dec 2025 02:34PM UTC coverage: 32.972% (-1.8%) from 34.783%
20411324363

Pull #39

github

rm-hull
feat: implement Ctrl+X to cut lines in commit view

Adds a keyboard shortcut (`Ctrl+X`) to the commit view that cuts the
current line and copies it to the system clipboard.

- Integrates `github.com/atotto/clipboard` for system access.
- Removes the active line from the textarea buffer.
- Records the change in the history buffer for undo support.
- Recalculates the cursor offset to maintain focus on the following
  line.

```mermaid
graph TD
    A[Press Ctrl+X] --> B{Textarea empty?}
    B -- No --> C[Identify current line]
    C --> D[Copy line to clipboard]
    D --> E[Remove line from buffer]
    E --> F[Push state to history]
    F --> G[Update cursor position]
    B -- Yes --> H[Ignore]
```
Pull Request #39: feat: implement Ctrl+X to cut lines in commit view

0 of 29 new or added lines in 1 file covered. (0.0%)

19 existing lines in 1 file now uncovered.

304 of 922 relevant lines covered (32.97%)

0.35 hits per line

Relevant lines Covered
Build:
Build:
922 RELEVANT LINES 304 COVERED LINES
0.35 HITS PER LINE
Source Files on exp/delete-line-capability
  • Tree
  • List 13
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20411324363 exp/delete-line-capability feat: implement Ctrl+X to cut lines in commit view Adds a keyboard shortcut (`Ctrl+X`) to the commit view that cuts the current line and copies it to the system clipboard. - Integrates `github.com/atotto/clipboard` for system access. - Removes t... Pull #39 21 Dec 2025 02:36PM UTC rm-hull github
32.97
See All Builds (120)

Badge your Repo: git-commit-summary

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc