https://github.com/duckduckstudio/githubview
💻在控制台中查看GitHub上的内容
https://github.com/duckduckstudio/githubview
command command-line-tool console console-application github
Last synced: about 2 months ago
JSON representation
💻在控制台中查看GitHub上的内容
- Host: GitHub
- URL: https://github.com/duckduckstudio/githubview
- Owner: DuckDuckStudio
- License: gpl-3.0
- Created: 2024-12-18T14:47:59.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-07T14:57:47.000Z (11 months ago)
- Last Synced: 2025-02-07T15:35:51.844Z (11 months ago)
- Topics: command, command-line-tool, console, console-application, github
- Language: C#
- Homepage:
- Size: 1.46 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GitHubView
GitHubView 是一个用于查看 GitHub 上的信息的命令行工具。目前仅支持一些小功能,未来将添加更多功能。
## 可用命令
以下是当前可用的命令列表
| 命令 | 作用 | 参数 | 别名 |
|-----|-----|-----|-----|
| `help` | 查看帮助 | / | `--help` `-h` |
| `version` | 查看版本信息 | / | `v` `--version` `ver` `-v` |
| `about` | 查看关于此应用的信息 | / | / |
| `contribute` | 获取指定仓库的前 N 个贡献者信息 (贡献者排行榜) | `ctb 所有者 仓库名 前N个` | `ctb` |
| `labels` | 获取指定仓库的所有标签 | `label 所有者 仓库名` | `label` |
| `user` | 获取指定用户的信息 | `user 用户名` | / |
### 详细介绍
#### help
> 别名: `--help` `-h`
显示关于此程序的帮助信息。
#### version
> 别名: `v` `--version` `ver` `-v`
显示关于此程序的版本信息。
在部分终端可以点击内容跳转到详细链接。
#### about
显示关于此程序的详细信息。
在部分终端可以点击内容跳转到详细链接。
#### contribute
> 别名: `ctb`
获取指定仓库的前 N 个贡献者信息。
换句话说就是获取仓库的贡献数/者排行榜。
点击用户名可跳转用户界面。
#### labels
> 别名: `label`
#### user
获取指定用户的信息。
在部分终端可以点击内容跳转到详细链接。
如果某项属性为空则不会显示那项属性。
## 项目状态
### ⭐星星
[](https://github.com/DuckDuckStudio/GitHubView/stargazers)
[](https://star-history.com/#DuckDuckStudio/GitHubView&Date)
### 状态

## 许可证
本项目基于 [GNU通用公共许可证 v3.0](LICENSE.txt) 许可证开源。