]> git.mar77i.info Git - admin/commitdiff
update gitweb_configs master
authormar77i <mar77i@protonmail.ch>
Fri, 6 Mar 2026 02:26:33 +0000 (03:26 +0100)
committermar77i <mar77i@protonmail.ch>
Fri, 6 Mar 2026 02:26:33 +0000 (03:26 +0100)
gitweb_configs.py

index dcaca59523acf617fb265622b80595eb4073b190..9aade24e800273cb2b2f17486786869046ad604a 100755 (executable)
@@ -9,14 +9,17 @@ from subprocess import CalledProcessError, check_output, run
 GITWEB_CONFIGS = {
     "admin": "admin scripts",
     "bigintmandel": "Qt mandelbrot toy, with big integers only",
+    "chat": "Django chat app",
+    "cheapsh": "Cheap, broken shell interpreter",
+    "dotfiles": "Dotfiles",
+    "elevator": "Pygame elevator toy",
     "ga-cli": "Google authenticator for CLI",
+    "localapps": "Local Apps manager",
+    "mar77i.info": "Website Generator",
     "musicbox": "Touchscreen piano with visualizaiton",
-    "elevator": "Pygame elevator toy",
-    "chat": "Django chat app",
+    "perftrace": "simple CPU and memory logger",
     "shitscript": "Experimental programming language",
     "zenbook_gui": "Zenbook configuration GUI",
-    "mar77i.info": "Website Generator",
-    "dotfiles": "Dotfiles",
 }