Retour aux articlesBack to articles

Un changement d'OS m'a récemment fait perdre tout un tas de notes de session pour mon assistant de code — je ne les commitais jamais, pour ne pas les mélanger aux dépôts partagés avec mes collaborateurs.

Avec plusieurs projets en parallèle, un dépôt git séparé par projet pour les sauvegarder serait vite devenu encombrant. Alors j'ai écrit tv, un petit outil en ligne de commande :

Rien d'exceptionnel, et sans doute pas très utile à grand monde — mais taillé pile pour un besoin précis. Le code est sur GitHub, sous licence d'usage personnel.

Switching OS recently wiped out a pile of session notes for my coding assistant — I never committed them, to avoid mixing them into the repos I share with collaborators.

With several projects going at once, a separate git repo per project to back them up would have gotten cluttered fast. So I wrote tv, a small command-line tool:

Nothing groundbreaking, and probably not very useful to most people — but built precisely for one specific need. The code is on GitHub, under a personal-use license.