{"id":28171087,"url":"https://github.com/mdb/telescope-pr-browser.nvim","last_synced_at":"2026-04-28T17:35:36.691Z","repository":{"id":288364468,"uuid":"890825167","full_name":"mdb/telescope-pr-browser.nvim","owner":"mdb","description":"Browse GitHub PRs from Neovim using telescope.","archived":false,"fork":false,"pushed_at":"2024-12-27T19:44:11.000Z","size":1153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-15T18:15:54.883Z","etag":null,"topics":["neovim","neovim-plugin","telescope-extension"],"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/mdb.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,"zenodo":null}},"created_at":"2024-11-19T08:47:26.000Z","updated_at":"2025-01-10T18:49:13.000Z","dependencies_parsed_at":"2025-04-17T17:01:09.421Z","dependency_job_id":"0ac2daaa-b63d-4fa0-93ac-cb5d89e83ecf","html_url":"https://github.com/mdb/telescope-pr-browser.nvim","commit_stats":null,"previous_names":["mdb/telescope-pr-browser.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdb/telescope-pr-browser.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Ftelescope-pr-browser.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Ftelescope-pr-browser.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Ftelescope-pr-browser.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Ftelescope-pr-browser.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdb","download_url":"https://codeload.github.com/mdb/telescope-pr-browser.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Ftelescope-pr-browser.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["neovim","neovim-plugin","telescope-extension"],"created_at":"2025-05-15T18:15:53.904Z","updated_at":"2026-04-28T17:35:36.663Z","avatar_url":"https://github.com/mdb.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI/CD](https://github.com/mdb/telescope-pr-browser.nvim/actions/workflows/cicd.yaml/badge.svg)](https://github.com/mdb/telescope-pr-browser.nvim/actions/workflows/cicd.yaml)\n\n\u003e [!CAUTION]\n\u003e Early development\n\n# telescope-pr-browser.nvim\n\nA Neovim plugin for browsing GitHub pull requests using [telescope](https://github.com/nvim-telescope/telescope.nvim).\n\n* `telescope-pr-browser.nvim` provides a `:Telescope telescope_pr_browser list`\ncommand for browsing the current git repository's open PRs using [telescope](https://github.com/nvim-telescope/telescope.nvim).\n* `Enter` on the selected PR to open the PR in your default web browser.\n\n![demo](./demo.gif)\n\n## Installation\n\n`telescope-pr-browser.nvim` requires the [gh](https://cli.github.com/) CLI.\n\nExample installation configuration using [lazy.nvim](https://github.com/folke/lazy.nvim):\n\n```lua\nreturn {\n  'mdb/telescope-pr-browser.nvim',\n  dependencies = {\n    'nvim-telescope/telescope.nvim',\n  },\n  keys = {\n    {\n      '\u003cLeader\u003epl',\n      ':Telescope telescope_pr_browser list\u003cCR\u003e',\n      desc = '[P]R [L]list',\n    },\n  },\n}\n```\n\n## Development\n\nDevelopment dependencies:\n\n* luacheck\n\nRun tests:\n\n```\nmake\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdb%2Ftelescope-pr-browser.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdb%2Ftelescope-pr-browser.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdb%2Ftelescope-pr-browser.nvim/lists"}