{"id":18447661,"url":"https://github.com/koki-develop/gh-q","last_synced_at":"2025-07-29T22:40:55.450Z","repository":{"id":216824964,"uuid":"742451677","full_name":"koki-develop/gh-q","owner":"koki-develop","description":"📂 gh extension to manage GitHub repositories like `ghq`","archived":false,"fork":false,"pushed_at":"2025-07-24T14:45:42.000Z","size":90,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-24T19:29:19.090Z","etag":null,"topics":["cli","github","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/koki-develop.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-12T14:07:35.000Z","updated_at":"2025-07-02T00:17:54.000Z","dependencies_parsed_at":"2024-06-21T19:21:24.551Z","dependency_job_id":"206af167-ecb8-4c5e-ba62-fe26fc0970c6","html_url":"https://github.com/koki-develop/gh-q","commit_stats":null,"previous_names":["koki-develop/gh-q"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/koki-develop/gh-q","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fgh-q","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fgh-q/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fgh-q/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fgh-q/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koki-develop","download_url":"https://codeload.github.com/koki-develop/gh-q/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fgh-q/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267773254,"owners_count":24142100,"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-07-29T02:00:12.549Z","response_time":2574,"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":["cli","github","golang"],"created_at":"2024-11-06T07:14:04.127Z","updated_at":"2025-07-29T22:40:55.391Z","avatar_url":"https://github.com/koki-develop.png","language":"Go","readme":"\u003ch1 align=\"center\"\u003egh-q\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/koki-develop/gh-q/releases/latest\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/koki-develop/gh-q\" alt=\"GitHub release (latest by date)\"\u003e\u003c/a\u003e\n\u003ca href=\"https://goreportcard.com/report/github.com/koki-develop/gh-q\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/koki-develop/gh-q\" alt=\"Go Report Card\"\u003e\u003c/a\u003e\n\u003ca href=\"./LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/koki-develop/gh-q\" alt=\"LICENSE\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\ngh extension to manage GitHub repositories like \u003ca href=\"https://github.com/x-motemen/ghq\"\u003eghq\u003c/a\u003e\n\u003c/p\u003e\n\n## Contents\n\n- [Installation](#installation)\n- [Configuration](#configuration)\n  - [`ghq.root`](#ghqroot)\n- [Usage](#usage)\n  - [`create` - Create a new repository on local](#create---create-a-new-repository-on-local)\n  - [`get` - Clone repository](#get---clone-repository)\n  - [`list` - List managed repositories](#list---list-managed-repositories)\n  - [`remove` - Remove repository from local](#remove---remove-repository-from-local)\n- [LICENSE](#license)\n\n## Installation\n\n```console\n$ gh extension install koki-develop/gh-q\n```\n\n## Configuration\n\n### `ghq.root`\n\n`ghq.root` is the root directory of the repository managed by.  \nIf not set, it will be `~/ghq` by default.\n\n```console\n$ git config --global ghq.root ~/your/ghq\n```\n\n`GHQ_ROOT` environment variable can also be used to set it.\n\n```console\n$ export GHQ_ROOT=~/your/ghq\n```\n\n## Usage\n\n```console\n$ gh q --help\ngh extension to manage GitHub repositories like `ghq`\n\nUsage:\n  gh q [command]\n\nAvailable Commands:\n  create      Create a new repository on local\n  get         Clone repository\n  help        Help about any command\n  list        List managed repositories\n  remove      Remove repository from local\n\nFlags:\n  -h, --help   help for q\n```\n\n### `create` - Create a new repository on local\n\n```console\n$ gh q create --help\nCreate a new repository on local.\n\nUsage:\n  gh q create OWNER/REPO|REPO... [flags]\n\nAliases:\n  create, c\n\nFlags:\n  -h, --help   help for create\n```\n\n### `get` - Clone repository\n\n```console\n$ gh q get --help\nClone repository.\n\nUsage:\n  gh q get OWNER/REPO|REPO... [flags]\n\nAliases:\n  get, g\n\nFlags:\n  -h, --help   help for get\n```\n\n### `list` - List managed repositories\n\n```console\n$ gh q list --help\nList managed repositories.\n\nUsage:\n  gh q list [flags]\n\nAliases:\n  list, ls\n\nFlags:\n  -f, --filter      filter by fuzzy search\n  -p, --full-path   print full path\n  -h, --help        help for list\n  -m, --multiple    allow multiple selection (only available with --filter)\n```\n\n### `remove` - Remove repository from local\n\n```console\n$ gh q remove --help\nRemove repository from local.\n\nUsage:\n  gh q remove OWNER/REPO|REPO... [flags]\n\nAliases:\n  remove, rm\n\nFlags:\n  -f, --force   Remove without confirmation\n  -h, --help    help for remove\n```\n\n## LICENSE\n\n[MIT](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fgh-q","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoki-develop%2Fgh-q","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fgh-q/lists"}