Update am 01.05.2026 12:47
This commit is contained in:
parent
18fb402404
commit
4d4f66354d
1 changed files with 19 additions and 1 deletions
18
README.md
18
README.md
|
|
@ -91,3 +91,21 @@ Die Toolbox nutzt **relative Pfade**. Du kannst den gesamten Ordner `Projekte` v
|
|||
```bash
|
||||
# Skripte ausführbar machen
|
||||
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
|
||||
Loading…
Add table
Reference in a new issue