Various progs of mine:
apps: small almost-finished apps,bin: helper scripts,docs: misc text / markdown tests,envs: build environment scripts,externals: place to download/build external dependencies,ico: shared icons and images,metafor: programs related to Metafor,pytools: shared python tools,sandbox: tutorials I wrote during the learning of a new language/library,skel: skeleton of progs including CMake files,snippets: useful code fragments,student: my old student projects,unsorted: unsorted projects.
This repository is intentionally broad and historical. For a more detailed map:
AI coding agents should also read AGENTS.md before making changes.
Si vous ne connaissez pas pipx, retenez ceci: pipx installe les outils Python CLI dans un environnement isole, tout en rendant les commandes disponibles dans votre shell.
python3 -m pip install --user pipx
python3 -m pipx ensurepathFermez/reouvrez le terminal (ou rechargez votre shell), puis verifiez:
pipx --versionDepuis la racine de ce repo:
cd /chemin/vers/progs
pipx install -e .Le -e (editable) est pratique ici: si vous modifiez le code des scripts, les commandes rb-* utilisent directement votre copie locale.
rb-updateoffiEn general, rien a faire. Si besoin de reinitialiser l'environnement pipx:
pipx uninstall rboman-progs
pipx install -e .