Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 488 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 488 Bytes

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