summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-01-31 12:57:32 +0530
committerArun Isaac2022-01-31 12:57:32 +0530
commita11801918328f0a532d9e3ff023b5e9f20066423 (patch)
treec83f41cf3a87d212605f53320c3355932631c270
parentba6cfeb0ba7066751504eca517f610331c0b4a2e (diff)
downloadgn-gemtext-a11801918328f0a532d9e3ff023b5e9f20066423.tar.gz
Add gnbug recent-first sort issue.
-rw-r--r--issues/gnbug/recent-first-sort.gmi5
1 files changed, 5 insertions, 0 deletions
diff --git a/issues/gnbug/recent-first-sort.gmi b/issues/gnbug/recent-first-sort.gmi
new file mode 100644
index 0000000..bdd7df4
--- /dev/null
+++ b/issues/gnbug/recent-first-sort.gmi
@@ -0,0 +1,5 @@
+# Sort gnbug issues most recent first
+
+Add a command-line option --sort=(newest-first|oldest-first) to gnbug that determines the order the issues are listed. oldest-first is useful for command-line usage where you don't want to scroll up to see the most recent issue. newest-first is useful when generating gemtext/web pages where you don't want to scroll down to see the most recent issue.
+
+* assigned: bonfacem