Skip to content

feat: add standalone capability to parse GitHub URLs#45

Merged
dwilding merged 6 commits intomainfrom
standalone-parse
Nov 21, 2025
Merged

feat: add standalone capability to parse GitHub URLs#45
dwilding merged 6 commits intomainfrom
standalone-parse

Conversation

@dwilding
Copy link
Copy Markdown
Owner

This PR adds a standalone option --parse-url <url>. Usage:

$ gimmegit --parse-url https://github.com/canonical/operator/tree/2.23-maintenance
{"branch": "2.23-maintenance", "owner": "canonical", "project": "operator", "remote_url": "git@github.com:canonical/operator.git"}

The value of remote_url depends on the --ssh option.

This feature is intended for custom extensions to gimmegit.

@dwilding dwilding merged commit 74dd332 into main Nov 21, 2025
2 checks passed
@dwilding dwilding deleted the standalone-parse branch November 21, 2025 11:59
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.

1 participant