bugtracker

command module
v0.0.0-...-8130832 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

README

CLI Bug tracker

Bug Tracker made in Go using Cobra.

About the tracker

Small CLI app to track bugs, you can:

  • ADD new bugs to track
  • GET <ID> returns that bug.
  • Mark as SOLVED <ID> an existing bug
  • Create a NOTE for an existing bug [WIP]
  • DELETE <ID> to delete a bug.
  • CLEAR the tracker
  • RELATE <ID> <ID_target> a bug with another.
    • You can use RELATED <ID> to retrieve all the bugs related to an ID (including itself)
  • REOPEN a solved bug
  • LIST to retrieve all open bugs.
  • EDIT <ID> an existing bug

Save

For now, all the bugs are stored in .json format in home dir in a file named ".tracker.json" The next usable id is saved there too on a ".id" file. I will make this a better way.

How to install

With Go ver 1.19.5 you can:

Build the file

go build

Then run it as

./tracker [cmd]

Images

add asks for "what", "how", and "priority"

add

list retrieves unsolved bugs

list

list all retrieves all bugs

list all

Documentation

Overview

Copyright © 2023 Facundo Lerena <contacto@faculerena.com.ar>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL