{"id":24510037,"url":"https://github.com/johnsaigle/github-permalink.nvim","last_synced_at":"2025-10-04T01:37:56.206Z","repository":{"id":272997463,"uuid":"916729332","full_name":"johnsaigle/github-permalink.nvim","owner":"johnsaigle","description":"Highlight specific line ranges, generate GitHub permalink.","archived":true,"fork":false,"pushed_at":"2025-02-28T20:47:47.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T01:37:54.329Z","etag":null,"topics":["github","neovim","nvim","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/johnsaigle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-14T16:51:33.000Z","updated_at":"2025-06-19T12:35:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"40573ac4-f4f5-4476-ac8e-a16118e7bb69","html_url":"https://github.com/johnsaigle/github-permalink.nvim","commit_stats":null,"previous_names":["johnsaigle/github-permalink.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johnsaigle/github-permalink.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsaigle%2Fgithub-permalink.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsaigle%2Fgithub-permalink.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsaigle%2Fgithub-permalink.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsaigle%2Fgithub-permalink.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnsaigle","download_url":"https://codeload.github.com/johnsaigle/github-permalink.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsaigle%2Fgithub-permalink.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278254469,"owners_count":25956598,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["github","neovim","nvim","vim"],"created_at":"2025-01-22T00:24:42.474Z","updated_at":"2025-10-04T01:37:56.186Z","avatar_url":"https://github.com/johnsaigle.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-permalink.nvim\n\nA Neovim plugin that generates GitHub permalinks from your visual selections. Select code in your editor and quickly create shareable GitHub links that highlight specific line ranges.\n\n## Installation\n\nUsing [lazy.nvim](https://github.com/folke/lazy.nvim):\n\n```lua\n{\n  'johnsaigle/github-link.nvim',\n}\n```\n\n## Usage\n\n1. Select lines in visual mode\n2. Run `:GitHubPermalink`\n3. A GitHub permalink will be copied to your clipboard in the format:\n   `https://github.com/org/repo/blob/commit-hash/path/to/file#L1-L5`\n\n### Configuring a keymap\n\n```lua\nrequire('github-permalink').setup({})\n-- Using \u003cC-u\u003e clears the highlight after generating the link.\nvim.keymap.set(\"x\", \"\u003cleader\u003egl\", \":\u003cC-u\u003eGitHubPermalink\u003cCR\u003e\", { desc = \"[G]itHub Perma[L]ink\"})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnsaigle%2Fgithub-permalink.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnsaigle%2Fgithub-permalink.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnsaigle%2Fgithub-permalink.nvim/lists"}