diff options
-rw-r--r-- | issues/gnbug/recent-first-sort.gmi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/issues/gnbug/recent-first-sort.gmi b/issues/gnbug/recent-first-sort.gmi index bdd7df4..229554a 100644 --- a/issues/gnbug/recent-first-sort.gmi +++ b/issues/gnbug/recent-first-sort.gmi @@ -3,3 +3,7 @@ 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 + +# INFO + +It seems to me that the default is newest-first for gemtext and oldest-first for terminal output. No need for a switch. |