From e4a6998623ceb5f3fa634b79f8dbf3cb0139ec02 Mon Sep 17 00:00:00 2001 From: mar77i Date: Fri, 6 Mar 2026 03:26:33 +0100 Subject: [PATCH] update gitweb_configs --- gitweb_configs.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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", } -- 2.53.0