SimpleBugs
SimpleBugs is the world's easiest to use bug tracking software. With SimpleBugs you can create a bug database for each of your projects or have one database for each projects. You can even add comments to your bugs! All this and more simple done from the command line.
How does SimpleBugs work?
SimpleBugs is a command line utility. It creates and maintains a database (.splat file) that holds a bug list together with comments attached to each of those bugs.
When you run SimpleBugs it looks for a database in the local directory (the directory in which the command is run) and ALL parent directories.
What can SimpleBugs do?
SimlpeBugs will :
- Make a bug database.
-
> sbugs make
- Create bugs in the database
-
> sbugs create "an albatross is not a type of bug"
- List the open bugs.
-
> sbugs list
1 2008-12-31 an albatross is not a type of bug - Add a comment to a bug.
-
> sbugs add 1 "what flavour of albatross?"
- View a bug.
-
> sbugs view 1
1 2008-12-31 an albatross is not a type of bug
Comments:
1 2008-12-31 what flavour of albatross? - Close a bug.
-
> sbugs close 1
- List the closed bugs.
-
> sbugs list -c
1 2008-12-31 an albatross is not a type of bug - Re-open a bug.
-
> sbugs add 1 "strawberry could be a flavour of albatross"
> sbugs list
1 2008-12-31 an albatross is not a type of bug - Modify a bug description.
-
> sbugs modify 1 "an albatross is not a type of bug, but it could be a type of bird"
- Update a comment.
-
> sbugs view 1
1 2008-12-31 an albatross is not a type of bug, but it could be a type of bird
Comments:
1 2008-12-31 what flavour of albatross?
2 2008-12-31 strawberry could be a flavour of albatross
> sbugs update 2 "strawberry or passionfruit could be a flavour of albatross" - Search bug descriptions and can include bug comments.
-
> sbugs search "albatross"
1 2008-12-31 an albatross is not a type of bug, but it could be a type of bird
> sbugs search "strawberry"
>
> sbugs search -d "strawberry"
1 2008-12-31 an albatross is not a type of bug, but it could be a type of bird
Installation
There is no installer for SimpleBugs. Installation is a simple process:
- Download the file.
- Unzip the downloaded file to any directory (location) on your hard drive. Note: in WindowsXP unzipping is natively supported. In other Windows versions you may need to obtain an unzip program (Google: unzip program).
- Add the installation directory to your PATH environment variable.
License
All downloads of SimpleBugs (demo and full version) are subject to the SimpleBugs End User License Agreement.
Minimum System Requirements
- Windows 98/ME/2000/XP
- 64 MB RAM
- PII (266MHz)
