← 返回命令列表

Linux command

gh-status 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Show status dashboard

gh status

Show in specific organization

gh status -o [org_name]

Exclude repository

gh status -e [owner/repo]

说明

gh status displays a personalized dashboard of your GitHub activity and pending work. It aggregates issues assigned to you, pull requests awaiting your review, mentions across discussions, and recent repository activity. The dashboard provides a quick overview of pending tasks without searching across multiple repositories. Organization filtering focuses the view on work within specific organizations, useful for separating personal and work contexts.

参数

-o, --org _name_
Limit to organization.
-e, --exclude _repo_
Exclude repository.

FAQ

What is the gh-status command used for?

gh status displays a personalized dashboard of your GitHub activity and pending work. It aggregates issues assigned to you, pull requests awaiting your review, mentions across discussions, and recent repository activity. The dashboard provides a quick overview of pending tasks without searching across multiple repositories. Organization filtering focuses the view on work within specific organizations, useful for separating personal and work contexts.

How do I run a basic gh-status example?

Run `gh status` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -o, --org _name_ do in gh-status?

Limit to organization.