Back to Git Bug

Native interfaces

doc/usage/interfaces.md

0.10.11.9 KB
Original Source

Native interfaces

This page provides an overview of the different interfaces git-bug supports.

<!-- mdformat-toc start --slug=github --maxlevel=4 --minlevel=2 --> <!-- mdformat-toc end -->

TUI<a name="tui"></a>

The integrated TUI (text-based user interface) is the recommended way to interface with git-bug issues in your repository.

To start it, run git bug termui in your terminal.

Web UI<a name="web-ui"></a>

The web UI is packed inside the same binary and serves static content through an http server running on the local machine. The frontend interacts with the backend through a GraphQL API. View the schema for more information.

To serve the website locally, run git bug webui in your terminal.

[!NOTE] The web interface is alpha-level software and does not support all of the features of git-bug. We recommend using the TUI for most day-to-day operations at the moment.

<details> <summary><strong>View the issue feed</strong></summary> <center> </center> </details> <details> <summary><strong>View the discussion for an issue</strong></summary> <center></center> </details>
See more