Skip to content

zenru1023/nfdfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfdfix

nfdfix is a simple CLI tool to normalize NFD-formatted filenames to NFC.

Installation

Build from source

git clone https://github.com/zenru1023/nfdfix.git
cd nfdfix
cargo build --release

Then binary will be available at:

./target/release/nfdfix

Optional: Install to Cargo bin path

cargo install --path .

Then you can run:

nfdfix <path>

Usage

# Normalize a single file
nfdfix myfile.txt

# Normalize all files in a directory (top-level only)
nfdfix mydir

# Recursive scan for all subdirectories
nfdfix -r mydir

# Preview changes without renaming
nfdfix --dry-run mydir

Dependencies and Licenses

License

This project is licensed under BSD-3-Clause.

About

Fix NFD-normalized filenames

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Languages