micheltlutz / normalize-filenames

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

Home Page:https://linktr.ee/micheltlutz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://linktr.ee/micheltlutz

License:GNU General Public License v3.0


Languages

Language:Go 100.0%