summaryrefslogtreecommitdiff
path: root/issues/gnbug/recent-first-sort.gmi
blob: 983b224e06db93f340eb95445bb28453773c763a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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.

## Tags

* assigned: bonfacem
* type: enhancement, feature-request
* priority: medium
* status: stalled
* keywords: tissue, gnbug

# INFO

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