Age | Commit message (Collapse) | Author |
|
This new 2-line issue listing format closely imitates GitHub's issue
listing format, and provides more space to display more issue fields.
* gnbug (print-issue): Update issue printing format.
|
|
Create functions for all 3 bit colors (except black and white), both
foreground and background.
* gnbug (yellow, red-background, green-background, yellow-background,
blue-background, magenta-background, cyan-background): New functions.
(magenta): Move function below the blue function.
|
|
* gnbug (print-issue): New function.
(gnbug-list): Call print-issue.
|
|
Listing issues oldest first makes for more persistent issue numbers.
* gnbug (issues): Reverse the order of listing of issues, listing them
oldest first.
|
|
* README.gmi (gnbug): Document the built-in help feature.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* gnbug (get-line-dos-or-unix): New function.
(file-details): Use get-line-dos-or-unix instead of get-line.
|
|
* gnbug: Do not import (ice-9 rdelim).
(file-details, git-updated-files, git-first-commit-since): Use
get-line from (rnrs io ports) instead of read-line from (ice-9
rdelim).
|
|
* gnbug (command-line-program, print-usage): New functions.
(gnbug-news, gnbug-list, gnbug-edit, gnbug-show, main): Support --help
option.
|
|
* gnbug (gnbug-list): Print only open bugs in issue listing.
* README.gmi (gnbug): Update documentation.
|
|
* gnbug (gnbug-list): Print keywords in issue listing.
|
|
* gnbug: Import (srfi srfi-1).
(<issue>): Add keywords and open fields.
(file-details): Extract keywords from file.
(issues): Initialize keywords and open fields.
|
|
* gnbug (remove-prefix): New function.
(file-details): Use remove-prefix.
|
|
* gnbug (comma-split): New function.
(file-details): Use comma-split.
|
|
* gnbug (hashtable-append!): New function.
(file-details): Use hashtable-append!.
|
|
* gnbug (file-details): Comment on specification of assigned and title
metadata.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* gnbug: Import (rnrs io ports).
(main): Add show sub-command.
(gnbug-show): New function.
* README.gmi (gnbug): Document the show sub-command.
|
|
* gnbug (main): Make `gnbug' an alias for `gnbug list'.
|
|
* gnbug (main): Separate out sub-commands into gnbug-news, gnbug-list
and gnbug-edit functions.
(gnbug-news, gnbug-list, gnbug-edit): New functions.
|
|
|
|
gnbug cat
|
|
Maybe `gnbug` should be an alias for `gnbug list`
WDYT?
|
|
|
|
|
|
* gnbug (main): Add edit sub-command.
* README.gmi (gnbug): Document it.
|
|
* gnbug (main): Print issue numbers in issue listing.
|
|
|
|
|
|
https://direnv.net/
|
|
* Add a tags section to track things like "assigned to" etc.
|
|
* gnbug (issues): Sort issues by creation date, newest first.
|
|
* 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.
|
|
* 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.
|
|
* gnbug: Import (srfi srfi-9).
(<issue>): New type.
(issues): New function.
(main): Use <issue> type.
|
|
* gnbug: New file.
* README.gmi (gnbug): New section.
|
|
|
|
|