brakoll 0.3.0

Simple issue tracker for coding projects
=== Adding a new issue ===

When you want to add something to your issue list you simply type it out in your project (I would advise you to create a snippet for this; for example "issue").

Example:
*brakoll - d: fix formatting issue in debug statement, p: 10, t: debug, s: open

d: description of the issue (obligatory)
p: priority from 0 to infinity where the highest number is the most critical priority (optional - fallback: 0)
t: tag (optional - fallback: n/a)
s: status [ (op)en | (pr)ogress | (cl)osed ] (optional - fallback: open)

!!! IMPORTANT !!!

Issues are currently only single-line! If you want a long description, write it all on a single line or alternatively refer to a bigger document somewhere else inside your description. The prefix "*brakoll" is required but whatever is before it on the line is of no importance to the parser and will be ignored, e.g "#", "//", "--" or any other comment syntax.

=== Arguments/flags - Issues ===

With no arguments or flags, all the issues will be listed, sorted by priority and status.

$ brakoll

List number of issues with certain tags - list number of opened, closed and in-progress issues.

$ brakoll summary

=== Arguments/flags - General ===

Print this help text.

$ brakoll help