Files
tldr/pages.zh/common/gitsome.md

29 lines
806 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# gitsome
> 一款基于终端的 GitHub 界面,通过 `gh` 命令访问。
> 它还为 `git` 命令提供菜单样式的自动补全建议。
> 更多信息:<https://github.com/donnemartin/gitsome>。
- 进入 gitsome shell可选以启用 Git和 gh命令的自动补全和交互式帮助
`gitsome`
- 设置与当前账户的 GitHub 集成:
`gh configure`
- 列出当前账户的通知(如在 <https://github.com/notifications> 中所见):
`gh notifications`
- 列出当前账户的星标仓库,按给定搜索字符串过滤:
`gh starred "{{python 3}}"`
- 查看给定 GitHub 仓库的最近活动动态:
`gh feed {{tldr-pages/tldr}}`
- 使用默认分页工具(例如 `less`)查看给定 GitHub 用户的最近活动动态:
`gh feed {{torvalds}} -p`