Git-bug: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 10: Line 10:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Install =
<blockquote>
<syntaxhighlight lang="bash">
aura -As git-bug-bin # archlinux
</syntaxhighlight>
</blockquote><!-- Install -->
= Setup =
<blockquote>
<syntaxhighlight lang="bash">
go bug user create  # create your user
git bug webui      # confirm webui launches
</syntaxhighlight>
</blockquote><!-- Setup -->
= Usage =
<blockquote>
<syntaxhighlight lang="bash">
git bug add  # write bug details in $EDITOR (first line is title)
</syntaxhighlight>
</blockquote><!-- Usage -->

Revision as of 22:55, 7 January 2023

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

Setup

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

Usage

git bug add  # write bug details in $EDITOR (first line is title)