Git-bug

From wikinotes

A bugtracker, designed to be committed alongside your code.
Provides both a TUI and a familiar web-UI!

Documentation

github https://github.com/MichaelMure/git-bug

Install

# aura -As git-bug-bin # archlinux (no, maintaner issues)
go install github.com/MichaelMure/git-bug@latest  # archlinux

Setup

go bug user create  # create your user
git bug webui       # confirm webui launches

Usage

Basics

git bug add   # add a bug
git bug push  # push changes to git bug
git bug pull  # pull changes to git bug

UIs

git bug termui
git bug webui

termui

i: # pull latest bugs
o: # push latest bugs
n: # create bug
s: # search bugs

webui