Skip to content

micheltlutz/normalize-filenames

Normalize file names

 

Program written in Golang that traverses directories and renames files by removing special characters and whitespace

Required packages

go get golang.org/x/text/transform

go get golang.org/x/text/unicode/norm

Run

go run Normalize.go -dir /Users/myuser/folder_to_run

To-Do

  • Unit Test
  • Code analysis

About

Program written in Golang that traverses directories and renames files by removing special characters and whitespace

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages