{"id":13702721,"url":"https://github.com/sheepla/gh-fzrepo","last_synced_at":"2025-05-05T06:32:25.028Z","repository":{"id":45094052,"uuid":"405295609","full_name":"sheepla/gh-fzrepo","owner":"sheepla","description":"🚀 An extension for GitHub CLI to browse repositories with fzf","archived":true,"fork":false,"pushed_at":"2022-02-09T14:00:22.000Z","size":17,"stargazers_count":25,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-13T10:37:43.930Z","etag":null,"topics":["bash","cli","fzf-scripts","gh-extension","github-api","github-cli"],"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/sheepla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-11T05:49:32.000Z","updated_at":"2024-11-02T08:22:09.000Z","dependencies_parsed_at":"2022-09-18T04:51:16.813Z","dependency_job_id":null,"html_url":"https://github.com/sheepla/gh-fzrepo","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/sheepla%2Fgh-fzrepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Fgh-fzrepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Fgh-fzrepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Fgh-fzrepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sheepla","download_url":"https://codeload.github.com/sheepla/gh-fzrepo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252451942,"owners_count":21750007,"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":["bash","cli","fzf-scripts","gh-extension","github-api","github-cli"],"created_at":"2024-08-02T21:00:41.272Z","updated_at":"2025-05-05T06:32:24.724Z","avatar_url":"https://github.com/sheepla.png","language":"Shell","funding_links":[],"categories":["cli","Tool","Shell"],"sub_categories":[],"readme":"# 🚀 gh-fzrepo\n\n\u003cdiv align=\"right\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=Language\u0026message=Shell\u0026color=blue\u0026style=flat-square\"/\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=License\u0026message=MIT\u0026color=blue\u0026style=flat-square\"/\u003e\n\u003c/div\u003e\n\nAn extension for [GitHub CLI](https://github.com/cli/cli) to browse repositories with fzf\n\n## Demo on asciinema.org\n\n\u003e [https://asciinema.org/a/435075](https://asciinema.org/a/435075)\n\n[![asciicast](https://asciinema.org/a/435075.svg)](https://asciinema.org/a/435075)\n\n## Features\n\n- [x] Quickly browse the README of each repository\n- [x] Open URL of the repository in your default browser immediately\n\n## Usage\n\n```\ngh fzrepo -- An extension for GitHub CLI to browse repositories with fzf\n\nUSAGE\n    gh fzrepo KEYWORDS...\n    gh fzrepo -h|--help\n    gh fzrepo -V|--version\n```\n\n### Keybindings\n\n| key | function |\n|-----|----------|\n| `Ctrl+J`, `Ctrl+N` | move focus down |\n| `Ctrl+K`, `Ctrl+P` | move focus up |\n| `Enter` | view README with `gh repo view` |\n| `Ctrl+O` | open URL of the repository in your default browser | \n| `Esc`, `q` | quit fzf | \n\n## Installation\n\nDependences:\n\n- [GitHub CLI](https://github.com/cli/cli) v2.0.0+\n- [junegunn/fzf](https://github.com/junegunn/fzf)\n\n```bash\ngh extension install sheepla/gh-fzrepo\n```\n\n## One Liner Edition\n\n```bash\nquery=\"...\"; gh api \"search/repositories?q=${query}\" --jq \".items[].full_name\" | fzf --preview \"gh repo view {}\" --bind \"enter:execute(gh repo view {})\" --bind \"ctrl-o:execute(gh repo view -w {})\"\n```\n\n## Contribution\n\nWelcome!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepla%2Fgh-fzrepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheepla%2Fgh-fzrepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepla%2Fgh-fzrepo/lists"}