Show HN: Azure DevOps/GitHub TUI
A terminal user interface (TUI) tool for managing Azure DevOps and GitHub repositories, workflows, pull requests, and issues directly from the command line. Supports browsing repositories, viewing build pipelines, and managing code reviews without leaving the terminal.
背景速读
- Azure DevOps (azdo) 是微软的一款 DevOps 工具,提供 Git 托管、CI/CD 流水线、看板等功能,主要面向企业级团队。GitHub 则是面向开源和商业的代码托管平台,两者都支持 Git 仓库管理。
- TUI(终端用户界面)是一种在命令行终端内运行的程序界面,不依赖图形窗口,适合服务器环境或偏好键盘操作的用户。该项目利用 Bubble Tea 框架(Go 语言 TUI 库)实现。
- 该工具让用户无需打开浏览器,直接在终端里完成 Azure DevOps 或 GitHub 的常见操作(查看仓库、PR、流水线状态等),对习惯命令行的开发者提高效率。
- v0.7.1-beta 为测试版本,表明功能尚在开发完善阶段,可能存在不稳定或未完全实现的功能。