GitHub URL Parser
Deconstruct any GitHub URL into its discrete components: owner, repository, resource type, branch references, file paths, and line numbers.
| Component | Extracted Value |
|---|---|
| Awaiting a valid GitHub URL... | |
Supported GitHub URL Structures
1. Repositories & Trees
Extracts top-level owners, repository names, and navigation sub-paths like /tree/ or /blob/.
2. PRs & Issues
Recognizes workflow components including issue tracking numbers, pull request tabs, and commit histories.
3. Anchors & Line Ranges
Automatically isolates hash parameters such as precise code line pointers (#L15 or #L10-L25).