From: mar77i Date: Fri, 6 Mar 2026 02:26:33 +0000 (+0100) Subject: update gitweb_configs X-Git-Url: https://git.mar77i.info/?a=commitdiff_plain;h=e4a6998623ceb5f3fa634b79f8dbf3cb0139ec02;p=admin update gitweb_configs --- diff --git a/gitweb_configs.py b/gitweb_configs.py index dcaca59..9aade24 100755 --- a/gitweb_configs.py +++ b/gitweb_configs.py @@ -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", }