Skip to content

feat: copy GitHub URLs to clipboard - #31

Merged
AksharP5 merged 1 commit into
mainfrom
feat/copy-github-url
Aug 18, 2026
Merged

feat: copy GitHub URLs to clipboard#31
AksharP5 merged 1 commit into
mainfrom
feat/copy-github-url

Conversation

@AksharP5

Copy link
Copy Markdown
Owner

Getting a GitHub URL currently requires opening the item in a browser.

Press y to copy the selected repository, issue, or pull request URL. Clipboard initialization stays lazy so headless sessions still start normally, and copy failures appear in the existing status line.

Closes #20

Validation:

  • cargo fmt --all -- --check
  • cargo clippy --all-targets --all-features --locked -- -D warnings
  • cargo test --all-targets --all-features --locked (184 passed)
  • cargo build --release --locked
  • OSV dependency scan (0 known vulnerabilities)

@AksharP5
AksharP5 merged commit 1406ab4 into main Aug 18, 2026
9 checks passed
@AksharP5
AksharP5 deleted the feat/copy-github-url branch August 18, 2026 04:14
@AksharP5 AksharP5 mentioned this pull request Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add command for copying repo/issue/PR URL to clipboard

1 participant