{"id":15655457,"url":"https://github.com/gimenete/github-linker","last_synced_at":"2025-07-30T02:03:45.229Z","repository":{"id":42015716,"uuid":"162476018","full_name":"gimenete/github-linker","owner":"gimenete","description":"VSCode extension to create permanent links to pieces of code","archived":false,"fork":false,"pushed_at":"2023-01-24T10:48:34.000Z","size":9735,"stargazers_count":28,"open_issues_count":17,"forks_count":16,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-04T01:02:48.403Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gimenete.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-19T18:30:20.000Z","updated_at":"2025-02-21T10:47:15.000Z","dependencies_parsed_at":"2023-01-25T09:15:59.853Z","dependency_job_id":null,"html_url":"https://github.com/gimenete/github-linker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gimenete%2Fgithub-linker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gimenete%2Fgithub-linker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gimenete%2Fgithub-linker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gimenete%2Fgithub-linker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gimenete","download_url":"https://codeload.github.com/gimenete/github-linker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252310919,"owners_count":21727512,"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-03T12:59:19.965Z","updated_at":"2025-05-04T08:38:22.218Z","avatar_url":"https://github.com/gimenete.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Linker\n\n## Features\n\nGitHub linker allows you to select a piece of text and create a permanent link to GitHub.com for that piece of text. Just select the text, right click, and you'll see two new options.\n\n**Copy a permanent link to the clipboard**\n\n![](gifs/github-linker.gif)\n\nFor example:\n\nhttps://github.com/integrations/jira/blob/d1a890ae8a7092ca08cb9fdf527fcc25f471e68c/lib/models/index.js#L9-L15\n\n**Copy a permanent link and code as markdown**\n\n![](gifs/github-linker2.gif)\n\nThe second option not only copies the link but also copies the piece of selected text properly wrapped in a markdown code block with the programming language correctly specified. For example:\n\n    https://github.com/integrations/jira/blob/d1a890ae8a7092ca08cb9fdf527fcc25f471e68c/lib/models/index.js#L9-L15\n\n    ```javascript\n    Object.assign(config, {\n      operatorsAliases: false,\n      benchmark: true,\n      logging: (query, ms) =\u003e {\n        logger.debug({ ms }, query)\n      }\n    })\n    ```\n\nWhich will be rendered as:\n\nhttps://github.com/integrations/jira/blob/d1a890ae8a7092ca08cb9fdf527fcc25f471e68c/lib/models/index.js#L9-L15\n\n```javascript\nObject.assign(config, {\n  operatorsAliases: false,\n  benchmark: true,\n  logging: (query, ms) =\u003e {\n    logger.debug({ ms }, query)\n  }\n})\n```\n\n## Requirements\n\nThe file must be tracked in a git repo and the current branch must be pushed to GitHub.com.\n\nIf you've made changes to the file that are not pushed to GitHub.com, the link may be inaccurate.\n\n**Enjoy!**\n\nExtension icon made by [Freepik](https://www.freepik.com/ \"Freepik\") from [www.flaticon.com](https://www.flaticon.com/ \"Flaticon\") is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/ \"Creative Commons BY 3.0\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgimenete%2Fgithub-linker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgimenete%2Fgithub-linker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgimenete%2Fgithub-linker/lists"}