Skip to main content

Awesome minimalist command line ticket/bug tracker based on ReStructuredText

Project description

Basic bugtracker that uses a plain text file (ReStructuredText compatible) as database.

In theory it should run everywhere with Python2 or Python3 available.

See some generated Bug file

Screenshot

shot.png

Usage

The command line tool is br and works in the current directory. If you don’t like this, feel free to edit br file and change the following lines to absolute paths:

BUGFILE = 'bugs.rst'
DONEFILE = 'fixed_bugs.rst'

List bugs:

br

Add new bug:

br new

Delete bug number 4:

br rm 4

Add one comment:

br add 3

Show full description of current bugs:

br show

Show description of some specific bug:

br show 42

Produce an html report:

br html > bugs.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bugrest-1.0.0.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distributions

bugrest-1.0.0-py3.6.egg (12.7 kB view hashes)

Uploaded Source

bugrest-1.0.0-py3-none-any.whl (13.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page