{"id":23592550,"url":"https://github.com/duckduckstudio/githubview","last_synced_at":"2025-11-04T10:30:29.281Z","repository":{"id":268839119,"uuid":"905299258","full_name":"DuckDuckStudio/GitHubView","owner":"DuckDuckStudio","description":"💻在控制台中查看GitHub上的内容","archived":false,"fork":false,"pushed_at":"2025-02-07T14:57:47.000Z","size":1529,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T15:35:51.844Z","etag":null,"topics":["command","command-line-tool","console","console-application","github"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DuckDuckStudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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":"2024-12-18T14:47:59.000Z","updated_at":"2025-02-07T14:57:10.000Z","dependencies_parsed_at":"2025-01-08T05:23:13.439Z","dependency_job_id":"a32fdd50-1596-4780-b232-97cd72e2d171","html_url":"https://github.com/DuckDuckStudio/GitHubView","commit_stats":null,"previous_names":["duckduckstudio/githubview"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckDuckStudio%2FGitHubView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckDuckStudio%2FGitHubView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckDuckStudio%2FGitHubView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckDuckStudio%2FGitHubView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DuckDuckStudio","download_url":"https://codeload.github.com/DuckDuckStudio/GitHubView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239432734,"owners_count":19637798,"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":["command","command-line-tool","console","console-application","github"],"created_at":"2024-12-27T08:14:24.840Z","updated_at":"2025-11-04T10:30:28.850Z","avatar_url":"https://github.com/DuckDuckStudio.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHubView\n\nGitHubView 是一个用于查看 GitHub 上的信息的命令行工具。目前仅支持一些小功能，未来将添加更多功能。\n\n## 可用命令\n\n以下是当前可用的命令列表  \n\n| 命令 | 作用 | 参数 | 别名 |\n|-----|-----|-----|-----|\n| `help` | 查看帮助 | / | `--help` `-h` |\n| `version` | 查看版本信息 | / | `v` `--version` `ver` `-v` |\n| `about` | 查看关于此应用的信息 | / | / |\n| `contribute` | 获取指定仓库的前 N 个贡献者信息 (贡献者排行榜) | `ctb 所有者 仓库名 前N个` | `ctb` |\n| `labels` | 获取指定仓库的所有标签 | `label 所有者 仓库名` | `label` |\n| `user` | 获取指定用户的信息 | `user 用户名` | / |\n\n### 详细介绍\n#### help\n\u003e 别名: `--help` `-h`  \n\n\u003cdiv style=\"display: flex; gap: 15px;\"\u003e\n  \u003cimg src=\"https://duckduckstudio.github.io/GitHubView/images/README/help.png\" alt=\"显示所有命令的表格\" style=\"height: 75%; width: 75%;\"\u003e\n  \u003cp\u003e\u003cstrong\u003e显示关于此程序的帮助信息。\u003c/strong\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n#### version\n\u003e 别名: `v` `--version` `ver` `-v`  \n\n\u003cdiv style=\"display: flex; gap: 15px;\"\u003e\n  \u003cimg src=\"https://duckduckstudio.github.io/GitHubView/images/README/version.png\" alt=\"显示版本信息的表格\" style=\"height: 75%; width: 75%;\"\u003e\n  \u003cp\u003e\u003cstrong\u003e显示关于此程序的版本信息。\u003c/strong\u003e\u003cbr\u003e在部分终端可以点击内容跳转到详细链接。\u003c/p\u003e\n\u003c/div\u003e\n\n#### about\n\u003cdiv style=\"display: flex; gap: 15px;\"\u003e\n  \u003cimg src=\"https://duckduckstudio.github.io/GitHubView/images/README/about.png\" alt=\"显示详细信息的表格\" style=\"height: 75%; width: 75%;\"\u003e\n  \u003cp\u003e\u003cstrong\u003e显示关于此程序的详细信息。\u003c/strong\u003e\u003cbr\u003e在部分终端可以点击内容跳转到详细链接。\u003c/p\u003e\n\u003c/div\u003e\n\n#### contribute\n\u003e 别名: `ctb`  \n\n\u003cdiv style=\"display: flex; gap: 15px;\"\u003e\n  \u003cimg src=\"https://duckduckstudio.github.io/GitHubView/images/README/contribute.png\" alt=\"使用示例\" style=\"height: 75%; width: 75%;\"\u003e\n  \u003cp\u003e\u003cstrong\u003e获取指定仓库的前 N 个贡献者信息。\u003c/strong\u003e\u003cbr\u003e换句话说就是获取仓库的贡献数/者排行榜。\u003cbr\u003e点击用户名可跳转用户界面。\u003c/p\u003e\n\u003c/div\u003e\n\n#### labels\n\u003e 别名: `label`  \n\n\u003cdiv style=\"display: flex; gap: 15px;\"\u003e\n  \u003cimg src=\"https://duckduckstudio.github.io/GitHubView/images/README/labels.png\" alt=\"使用示例\" style=\"height: 75%; width: 75%;\"\u003e\n  \u003cp\u003e\u003cstrong\u003e获取指定仓库的所有标签。\u003c/strong\u003e\u003cbr\u003e\u003cdel\u003e相当于\u003ccode\u003e\u003ca href=\"https://github.com/DuckDuckStudio/GitHub-Labels-Manager\" target=\"_blank\"\u003eglm\u003c/a\u003e get\u003c/code\u003e的表格版。\u003c/del\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n#### user\n\n\u003cdiv style=\"display: flex; gap: 15px;\"\u003e\n  \u003cimg src=\"https://duckduckstudio.github.io/GitHubView/images/README/user.png\" alt=\"使用示例\" style=\"height: 75%; width: 75%;\"\u003e\n  \u003cp\u003e\u003cstrong\u003e获取指定用户的信息。\u003c/strong\u003e\u003cbr\u003e在部分终端可以点击内容跳转到详细链接。\u003cbr\u003e如果某项属性为空则不会显示那项属性。\u003c/p\u003e\n\u003c/div\u003e\n\n## 项目状态\n### ⭐星星\n[![星标者](https://reporoster.com/stars/DuckDuckStudio/GitHubView)](https://github.com/DuckDuckStudio/GitHubView/stargazers)  \n[![星标历史](https://api.star-history.com/svg?repos=DuckDuckStudio/GitHubView\u0026type=Date)](https://star-history.com/#DuckDuckStudio/GitHubView\u0026Date)\n\n### 状态\n![仓库状态展示图](https://repobeats.axiom.co/api/embed/a2154e530ad59472054c1230b08ea3efa8d129f7.svg)\n\n## 许可证\n本项目基于 [GNU通用公共许可证 v3.0](LICENSE.txt) 许可证开源。  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckduckstudio%2Fgithubview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduckduckstudio%2Fgithubview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckduckstudio%2Fgithubview/lists"}