Aktualisierte Dateien
This commit is contained in:
parent
34614f634c
commit
d8ce99cec1
1 changed files with 8 additions and 8 deletions
16
index.md
16
index.md
|
|
@ -10,23 +10,23 @@ Das Ziel ist es, diese unkonventionellen Dateinamen rekursiv und automatisch sin
|
||||||
|
|
||||||
```text
|
```text
|
||||||
NameToUnix/
|
NameToUnix/
|
||||||
├── Cargo.toml # Projektmetadaten und Abhängigkeiten
|
|
||||||
├── Cargo.lock # Exakte Versionen der Abhängigkeiten (automatisch generiert)
|
|
||||||
├── .gitignore # Dateien, die von Git ignoriert werden sollen
|
|
||||||
├── .NameToUnix.conf # Konfigurationsdatei (Übersetzungsregeln: 'foo' = 'bar')
|
|
||||||
├── README.md # Projektdokumentation
|
|
||||||
├── CONTRIBUTING.md # Contribute-Dokumentation
|
|
||||||
├── .github/ # CI/CD und GitHub-spezifische Dateien
|
├── .github/ # CI/CD und GitHub-spezifische Dateien
|
||||||
│ └── workflows/
|
│ └── workflows/
|
||||||
│ └── build.yaml # GitHub Actions Workflow für Build and Release
|
│ └── build.yaml # GitHub Actions Workflow für Build and Release
|
||||||
|
├── test/ # enthält test-Verzeichnis Skript
|
||||||
|
│ └── create_test_tree.sh # Bash-Skript erzeugt ein skurriles Testverzeichnis
|
||||||
├── src/ # Quellcode-Verzeichnis
|
├── src/ # Quellcode-Verzeichnis
|
||||||
│ ├── main.rs # Haupteinstiegspunkt (bereits vorhanden)
|
│ ├── main.rs # Haupteinstiegspunkt (bereits vorhanden)
|
||||||
│ ├── cli.rs # CLI-Argumente und Parsing
|
│ ├── cli.rs # CLI-Argumente und Parsing
|
||||||
│ ├── config.rs # Konfigurationsverwaltung
|
│ ├── config.rs # Konfigurationsverwaltung
|
||||||
│ └── sanitizer.rs # Kernlogik zur Dateinamenbereinigung
|
│ └── sanitizer.rs # Kernlogik zur Dateinamenbereinigung
|
||||||
|
├── .NameToUnix.conf # Konfigurationsdatei (Übersetzungsregeln: 'foo' = 'bar')
|
||||||
|
├── CONTRIBUTING.md # Contribute-Dokumentation
|
||||||
|
├── Cargo.toml # Projektmetadaten und Abhängigkeiten
|
||||||
|
├── LICENSE # Lizenzinformationen
|
||||||
|
├── README.md # Projektdokumentation
|
||||||
├── index.md # diese Datei (german)
|
├── index.md # diese Datei (german)
|
||||||
├── release.md # Infos über dieses Release (german)
|
└── release.md # Infos über dieses Release (german)
|
||||||
└── LICENSE # Lizenzinformationen
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Hinweise zur Nutzung
|
## Hinweise zur Nutzung
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue