Skip to content

The BugTracker CLI is a lightweight and efficient command-line tool designed to streamline the management of bugs and issues in software projects. Built for developers who prefer simplicity and speed over bulky issue trackers, this tool enables seamless tracking and resolution of bugs directly from the terminal.

Notifications You must be signed in to change notification settings

AvinashSubhash/bugtracker-cli

Repository files navigation

bugtracker-cli

bugtracker-cli is a command-line tool for tracking bugs in a program. It is written in Python and uses sqlite3 as a database to store information about the bugs. The tool allows you to record the time at which the bug was found, the number of days the bug was open, the closing date of the bug, the importance of the bug, the project name of the bug, and the category of the bug. It is a useful tool for helping software developers keep track of and manage the bugs in their programs.

Installation

  1. Clone the repository to your system.
  2. Run the install.sh script in that directory by the command sh install.sh

And it's done!

You are ready to go! !

The Command for accessing bugtracker-cli is bugtracker

Currently bugtracker-cli supports only menu driven functioning. More features to come soon . .

.

About

The BugTracker CLI is a lightweight and efficient command-line tool designed to streamline the management of bugs and issues in software projects. Built for developers who prefer simplicity and speed over bulky issue trackers, this tool enables seamless tracking and resolution of bugs directly from the terminal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published