Skip to content

rboman/progs

Repository files navigation

progs

build-test Apache License Version 2.0

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.

Navigation

This repository is intentionally broad and historical. For a more detailed map:

AI coding agents should also read AGENTS.md before making changes.

Memo rapide: utiliser ces scripts avec pipx

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.

1) Installer pipx (une seule fois)

python3 -m pip install --user pipx
python3 -m pipx ensurepath

Fermez/reouvrez le terminal (ou rechargez votre shell), puis verifiez:

pipx --version

2) Installer les scripts de ce repo

Depuis 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.

3) Utiliser une commande (exemple)

rb-updateoffi

4) Mettre a jour apres un git pull

En general, rien a faire. Si besoin de reinitialiser l'environnement pipx:

pipx uninstall rboman-progs
pipx install -e .

About

⛹🏻‍♂️my programming playground

Topics

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Contributors