summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xgnbug6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnbug b/gnbug
index 06f6cc0..d7219fe 100755
--- a/gnbug
+++ b/gnbug
@@ -332,6 +332,12 @@ List recent updates.
             (cyan (issue-created-relative-date issue))
             " by "
             (cyan (issue-creator issue))))
+  (unless (zero? (issue-tasks issue))
+    (display (string-append (cyan "; ")
+                            (number->string (issue-completed-tasks issue))
+                            "/"
+                            (number->string (issue-tasks issue))
+                            " tasks done")))
   (newline))
 
 (define gnbug-list