Terminal User Interfaces in Golang with the view package

Build Terminal User Interface and CLI apps using Golang and tview package. 14 June 2021.

In this session:

  • Short intro to the tview package.

  • Using tview for my dbui project.

  • Overview of the codebase.

  • Refactor table preview element:

    • Set headers to be non-selectable.

    • Custom style for selected rows.

The result is visible in this Pull Requst on GitHub.

Last updated