summaryrefslogtreecommitdiff
path: root/gnbug
AgeCommit message (Expand)Author
2021-09-21gnbug: Add edit sub-command....* gnbug (main): Add edit sub-command. * README.gmi (gnbug): Document it. Arun Isaac
2021-09-21gnbug: Print issue numbers....* gnbug (main): Print issue numbers in issue listing. Arun Isaac
2021-09-20gnbug: Sort issues by creation date, newest first....* gnbug (issues): Sort issues by creation date, newest first. Arun Isaac
2021-09-20gnbug: Extract creator and created date....* 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. Arun Isaac
2021-09-20gnbug: Extract title....* 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. Arun Isaac
2021-09-20gnbug: Add <issue> type....* gnbug: Import (srfi srfi-9). (<issue>): New type. (issues): New function. (main): Use <issue> type. Arun Isaac
2021-09-20gnbug: Add gnbug....* gnbug: New file. * README.gmi (gnbug): New section. Arun Isaac