{"id":19230853,"url":"https://github.com/micnncim/gh-project","last_synced_at":"2025-04-21T03:31:18.732Z","repository":{"id":46685372,"uuid":"411910388","full_name":"micnncim/gh-project","owner":"micnncim","description":"GitHub CLI extension for listing projects and linking/unlinking projects to/from issues/PRs interactively.","archived":true,"fork":false,"pushed_at":"2021-09-30T04:59:30.000Z","size":6,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-12T16:51:41.206Z","etag":null,"topics":["gh","gh-extension"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/micnncim.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}},"created_at":"2021-09-30T03:31:14.000Z","updated_at":"2024-10-11T21:06:21.000Z","dependencies_parsed_at":"2022-09-04T00:40:28.554Z","dependency_job_id":null,"html_url":"https://github.com/micnncim/gh-project","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/micnncim%2Fgh-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micnncim%2Fgh-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micnncim%2Fgh-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micnncim%2Fgh-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micnncim","download_url":"https://codeload.github.com/micnncim/gh-project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249990932,"owners_count":21357172,"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":["gh","gh-extension"],"created_at":"2024-11-09T15:40:42.033Z","updated_at":"2025-04-21T03:31:18.354Z","avatar_url":"https://github.com/micnncim.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `gh project` GitHub CLI extension\n\n`gh project` is a [GitHub CLI](https://github.com/cli/cli) extension for listing projects and linking/unlinking projects to/from issues/PRs interactively.\n\n## Installation\n\n```console\n$ gh extension install micnncim/gh-project\n```\n\nThis extension depends on [fzf](https://github.com/junegunn/fzf) as a fuzzy finder. To install using Homebrew:\n\n```console\n$ brew install fzf\n```\n\n## Usage\n\n```console\n$ # Lists all projects in a current repository.\n$ gh project list\n$ # Lists all projects in a given organization.\n$ gh project list --org=acme-org\n# # Links a project in a current repository to the issue or PR #123 interactively.\n$ gh project add 123\n# # Links a project in a given organization to the issue or PR #123 interactively.\n$ gh project add 123 --org=acme-org\n# # Unlinks a project  a current repository from the issue or PR #123 interactively.\n$ gh project remove 123\n# # Unlinks a project in a given organization from the issue or PR #123 interactively.\n$ gh project remove 123 --org=acme-org\n```\n\n## Environment Variables\n\n- `GH_PROJECT_ORGANIZATION` (optional): If this environment variable is set, projects in the organization are listed rather than a current repository even without the flag `--org`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicnncim%2Fgh-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicnncim%2Fgh-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicnncim%2Fgh-project/lists"}