neue Optionen (-r, Installskript) installiert
This commit is contained in:
parent
5f283b0fb1
commit
ea5e2450ea
15 changed files with 273 additions and 42 deletions
4
index.md
4
index.md
|
|
@ -1,10 +1,10 @@
|
|||
# Willkommen bei meinem Projekt
|
||||
NameToUnix - Rust Command line tool for cleaning up directory & file names according to Linux conventions. Recursively replacing offending characters or spaces.
|
||||
NameToUnix - Rust Command line tool for cleaning up directory & file names according to Linux conventions. Replacing offending characters or spaces (recursive with `-r` flag).
|
||||
|
||||
Dieses Projekt bietet unter Linux eine einfache Lösung für das automatische Umbenennen von Verzeichnissen und Dateien nach dem Entpacken von gezippten Windows-Dateien mit Leerzeichen oder Sonderzeichen im Namen.
|
||||
|
||||
## Zielsetzung
|
||||
Das Ziel ist es, diese unkonventionellen Dateinamen rekursiv und automatisch sinnvoll umzubenennen.
|
||||
Das Ziel ist es, diese unkonventionellen Dateinamen automatisch sinnvoll umzubenennen. Ab v1.0.0 ist die rekursive Verarbeitung opt-in (`-r` Flag erforderlich).
|
||||
|
||||
## Inhaltsverzeichnis
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue