commit af8e91511daa864be4a2455fb8caa4a09b5402b5
parent eabe4fae900b3ea32fc8a97ea6724099b079c7f9
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Sun, 19 Jul 2026 19:24:51 +0200

Update stagit categories

Diffstat:
Me | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/e b/e @@ -33,8 +33,7 @@ modify_category() { [u]nlisted repository (public cloning but not listed on website) [pr]ojects (public repository) - [pe]rsonal setup (public repository) - [m]iscellanea (public repository)" + [a]rchived (public repository)" printf ">>> " read answer @@ -43,8 +42,7 @@ modify_category() { p) rm -f "$p/git-daemon-export-ok"; rm -f "$p/category" ;; u) touch "$p/git-daemon-export-ok"; rm -f "$p/category" ;; pr) touch "$p/git-daemon-export-ok"; echo "Projects" > "$p/category" ;; - pe) touch "$p/git-daemon-export-ok"; echo "Personal setup" > "$p/category" ;; - m) touch "$p/git-daemon-export-ok"; echo "Miscellanea" > "$p/category" ;; + a) touch "$p/git-daemon-export-ok"; echo "Archived" > "$p/category" ;; *) echo "Option unknown" ;; esac }