Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Show HN: Azure DevOps/GitHub TUI

Elpulgo released v0.7.1-beta of azdo, a terminal user interface (TUI) for Azure DevOps and GitHub. This release includes new features and bug fixes for managing repositories, pull requests, and pipelines from the command line.

Background

- **azdo** is a terminal UI (TUI) client for Azure DevOps, Microsoft's suite of developer services (source control, CI/CD pipelines, project management). It lets users interact with Azure DevOps entirely from the command line, without opening a web browser. - **Show HN** is a category on Hacker News where users share personal projects for feedback. This post is an announcement of a new beta release (v0.7.1-beta) of the tool. - **Terminal UI (TUI)** means a text-based interface that runs in a terminal emulator, using keyboard navigation — contrast with a graphical UI (GUI) or web UI. Popular examples include tools like `htop` or `lazygit`. - The project is relevant to developers who work extensively in the terminal and want to manage work items, pull requests, or pipelines without switching to a browser. It fills a niche similar to what `gh` (GitHub CLI) or `lazygit` do for Git/GitHub workflows.