{"id":16673280,"url":"https://github.com/shadowhand/git-blameurl","last_synced_at":"2025-03-13T01:43:46.270Z","repository":{"id":27000344,"uuid":"30464338","full_name":"shadowhand/git-blameurl","owner":"shadowhand","description":"Github Blame URLs for Git Files","archived":false,"fork":false,"pushed_at":"2015-02-07T18:02:36.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T09:14:44.025Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shadowhand.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-07T17:54:57.000Z","updated_at":"2015-02-08T15:12:17.000Z","dependencies_parsed_at":"2022-08-31T21:35:35.036Z","dependency_job_id":null,"html_url":"https://github.com/shadowhand/git-blameurl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowhand%2Fgit-blameurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowhand%2Fgit-blameurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowhand%2Fgit-blameurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowhand%2Fgit-blameurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadowhand","download_url":"https://codeload.github.com/shadowhand/git-blameurl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243324266,"owners_count":20273100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T12:25:33.724Z","updated_at":"2025-03-13T01:43:46.247Z","avatar_url":"https://github.com/shadowhand.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-blameurl\n\nGet the Github blame URL for any file in the repository. Works best when combined with other scripts.\n\n## Examples\n\n```bash\ngit blameurl\ngit blameurl public/index.html\n```\n\n### On Mac\n\ngit-blameurl works very well with the `open` command:\n\n```bash\nopen $(git blameurl)\nopen $(git blameurl public/index.html)\n```\n\n#### With VIM\n\nCan be used with VIM to open a file at a given line:\n\n```vim\n\" Copy the current blame url for this file/line\ncommand! -nargs=0 CopyBlameURL exe \"!echo $(git blameurl %)\\\\\\#L\" . line(\".\") . \" | pbcopy\"\n\n\" Open the blame url for this file/line\ncommand! -nargs=0 OpenBlameURL exe \"!open $(git blameurl %)\\\\\\#L\" . line(\".\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowhand%2Fgit-blameurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowhand%2Fgit-blameurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowhand%2Fgit-blameurl/lists"}