mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
db5d3dfae7
PR: ports/182086 Submitted by: rm
17 lines
563 B
Plaintext
17 lines
563 B
Plaintext
Many find Bugzilla's web-based UI inefficient. PyBugz is a command-line based
|
|
interface that was written by Alastair Tse in order to improve his interaction
|
|
with Gentoo Bugzilla
|
|
|
|
Features
|
|
--------
|
|
* Searching bugzilla
|
|
* Listing details of a bug including comments and attachments
|
|
* Downloading/viewing attachments from bugzilla
|
|
* Posting bugs, comments, and making changes to an existing bug.
|
|
* Adding attachments to a bug.
|
|
|
|
There is extensive help in `bugz --help` and `bugz <subcommand>
|
|
--help` for additional options.
|
|
|
|
WWW: https://github.com/williamh/pybugz
|