From e8265117372cf262ce7cb4f6ce3b61f19373aee6 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 6 Feb 2025 23:32:18 +0100 Subject: feat: Add configuration for ordering repo list Now it is possible to order the list by; unordered, alphabetical and last commit both ascendent and descendent. --- config.example.scfg | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.example.scfg') diff --git a/config.example.scfg b/config.example.scfg index 59a04ad..3ba8959 100644 --- a/config.example.scfg +++ b/config.example.scfg @@ -10,6 +10,14 @@ syntax-highlight monokailight passphrase $2a$14$VnB/ZcB1DUDkMnosRA6Y7.dj8h5eroslDxTeXlLwfQX/x86mh6WAq aes-key 8XHptZxSWCGs1m7QzztX5zNQ7D9NiQevVX0DaUTNMbDpRwFzoJiB0U7K6O/kqIt01jJVgzBUfiR8ES46ZLLb4w== +# order of the list of repository, values: +# unordered +# alphabetical-asc +# alphabetical-desc +# lastcommit-asc +# lastcommit-desc +order-by lastcommit-asc + # repository section is order dependent where the first repository has priority # in case of conflict. Repository has also priority over scan. The order # between scan and repository is irrelevant which means that all repository -- cgit v1.2.3