add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,29 @@
# 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`