refactor: Binary von NameToUnix zu ntu umbenannt
- Binary heißt jetzt 'ntu' für kürzere CLI-Nutzung - Package-Name bleibt 'NameToUnix' (für Repository/Crate) - Alle Beispiele und Dokumentation in README.md angepasst - CLAUDE.md mit neuen Build-Pfaden aktualisiert - Cargo.toml: [[bin]] Sektion und deb assets angepasst Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
df4421af2f
commit
0860fae6ec
3 changed files with 40 additions and 30 deletions
|
|
@ -10,6 +10,10 @@ repository = "https://github.com/jamulix/NameToUnix"
|
|||
keywords = ["filesystem", "rename", "sanitize", "cli"]
|
||||
categories = ["command-line-utilities", "filesystem"]
|
||||
|
||||
[[bin]]
|
||||
name = "ntu"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
# Bereits verwendete Abhängigkeiten
|
||||
clap = { version = "4.5.27", features = ["derive"] }
|
||||
|
|
@ -57,7 +61,7 @@ depends = "$auto"
|
|||
section = "utils"
|
||||
priority = "optional"
|
||||
assets = [
|
||||
["target/release/NameToUnix", "usr/bin/", "755"],
|
||||
["target/release/ntu", "usr/bin/", "755"],
|
||||
["README.md", "usr/share/doc/NameToUnix/README", "644"],
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue