summaryrefslogtreecommitdiff
path: root/issues/gnbug/recent-first-sort.gmi
blob: 229554a0797774011d29bed84eb08f0e6f8379b2 (plain)
1
2
3
4
5
6
7
8
9
# 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

# INFO

It seems to me that the default is newest-first for gemtext and oldest-first for terminal output. No need for a switch.