diff options
author | Arun Isaac | 2022-01-31 12:57:32 +0530 |
---|---|---|
committer | Arun Isaac | 2022-01-31 12:57:32 +0530 |
commit | a11801918328f0a532d9e3ff023b5e9f20066423 (patch) | |
tree | c83f41cf3a87d212605f53320c3355932631c270 /issues/gnbug/recent-first-sort.gmi | |
parent | ba6cfeb0ba7066751504eca517f610331c0b4a2e (diff) | |
download | gn-gemtext-a11801918328f0a532d9e3ff023b5e9f20066423.tar.gz |
Add gnbug recent-first sort issue.
Diffstat (limited to 'issues/gnbug/recent-first-sort.gmi')
-rw-r--r-- | issues/gnbug/recent-first-sort.gmi | 5 |
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 |