summaryrefslogtreecommitdiff
path: root/gnbug
AgeCommit message (Collapse)Author
2021-09-22gnbug: Separate out sub-commands into functions.Arun Isaac
* gnbug (main): Separate out sub-commands into gnbug-news, gnbug-list and gnbug-edit functions. (gnbug-news, gnbug-list, gnbug-edit): New functions.
2021-09-21gnbug: Add edit sub-command.Arun Isaac
* gnbug (main): Add edit sub-command. * README.gmi (gnbug): Document it.
2021-09-21gnbug: Print issue numbers.Arun Isaac
* gnbug (main): Print issue numbers in issue listing.
2021-09-20gnbug: Sort issues by creation date, newest first.Arun Isaac
* gnbug (issues): Sort issues by creation date, newest first.
2021-09-20gnbug: Extract creator and created date.Arun Isaac
* gnbug (<issue>): Add creator, created-date and created-relative-date fields. (issues): Initialize creator, created-date and created-relative-date fields. (creation-details): New function. (main): Print creator and created-relative-date in issue listing.
2021-09-20gnbug: Extract title.Arun Isaac
* gnbug (<issue>): Add title field. (issues): Initialize title and assigned fields from hashtable. (assignees): Delete function. (file-details): New function. (main): Print title in issue listing.
2021-09-20gnbug: Add <issue> type.Arun Isaac
* gnbug: Import (srfi srfi-9). (<issue>): New type. (issues): New function. (main): Use <issue> type.
2021-09-20gnbug: Add gnbug.Arun Isaac
* gnbug: New file. * README.gmi (gnbug): New section.