Add extension normalization command

This commit is contained in:
Rogee
2025-10-30 10:31:53 +08:00
parent f66c59fd57
commit 6a353b5086
35 changed files with 2306 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
// Package extension provides the engine and utilities for normalizing file
// extensions using preview-first workflows shared across renamer commands.
package extension