Initial implementation: gitswarm REPL, build script, README

Adds:
- gitswarm.py: REPL interactivo con rich que escanea repos git de
  primer nivel, muestra estado (ahead/behind/dirty) y permite update
  <repo>|all via git pull --ff-only.
- gitswarm: wrapper bash que invoca el venv local.
- build.sh: compila a binario standalone con Nuitka --onefile.
- requirements.txt: rich.
- README.md: uso, requisitos del sistema (python3-dev, gcc, patchelf
  para el build) e instrucciones de desarrollo y compilacion.
This commit is contained in:
2026-05-18 08:30:22 +02:00
parent a308fc88a4
commit 0721f1fc3a
5 changed files with 387 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
rich>=13.0