An open API service indexing awesome lists of open source software.

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上的内容

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`


使用示例

获取指定仓库的所有标签。
相当于glm get的表格版。


#### user


使用示例

获取指定用户的信息。
在部分终端可以点击内容跳转到详细链接。
如果某项属性为空则不会显示那项属性。


## 项目状态
### ⭐星星
[![星标者](https://reporoster.com/stars/DuckDuckStudio/GitHubView)](https://github.com/DuckDuckStudio/GitHubView/stargazers)
[![星标历史](https://api.star-history.com/svg?repos=DuckDuckStudio/GitHubView&type=Date)](https://star-history.com/#DuckDuckStudio/GitHubView&Date)

### 状态
![仓库状态展示图](https://repobeats.axiom.co/api/embed/a2154e530ad59472054c1230b08ea3efa8d129f7.svg)

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