Git-bug: Difference between revisions

From wikinotes
 
Line 14: Line 14:
<blockquote>
<blockquote>
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
aura -As git-bug-bin # archlinux
# aura -As git-bug-bin # archlinux (no, maintaner issues)
go install github.com/MichaelMure/git-bug@latest  # archlinux
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Install -->
</blockquote><!-- Install -->

Latest revision as of 23:43, 17 January 2024

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