From 4d4f66354dc2f5fb760417740bfecbce63fc3b36 Mon Sep 17 00:00:00 2001 From: christian Date: Fri, 1 May 2026 12:47:00 +0200 Subject: [PATCH] Update am 01.05.2026 12:47 --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e109ea4..468ac48 100644 --- a/README.md +++ b/README.md @@ -90,4 +90,22 @@ Die Toolbox nutzt **relative Pfade**. Du kannst den gesamten Ordner `Projekte` v - `xdg-utils` (für das Öffnen der READMEs) ```bash # Skripte ausführbar machen -chmod +x toolbox.sh find.sh setup_Projekt.sh \ No newline at end of file +chmod +x toolbox.sh find.sh setup_Projekt.sh + +--- + +# 🛠 Christian's Projekt-Toolbox v0.1.6 + +Änderungen !!!! + +Eine automatisierte Umgebung zur Verwaltung von Hardware- und Softwareprojekten unter Debian/Linux. + +## 🚀 Funktionen +- **Projekt-Setup**: Erstellt automatisch Ordner wie `CAD`, `CAM`, `Python` oder `Bash`. +- **Intelligente Suche**: Findet Projekte anhand von Tags in ihren README-Dateien und zeigt die Häufigkeit an. +- **Cloud-Sync**: Synchronisiert den gesamten Arbeitsstand via rsync mit einem entfernten Server. + +## 📋 Installation +Stelle sicher, dass die benötigten Pakete installiert sind: +```bash +sudo apt update && sudo apt install zenity rsync sshpass \ No newline at end of file