Skip to content

replace forbidden characters on Windows platforms with corresponding 2-byte characters

License

Notifications You must be signed in to change notification settings

craftgear/wincase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis Build Status Go Report Card LICENSE

English / 日本語

wincase

Windows platforms have forbidden characters on filenames/directory names.

This utility renames the forbidden characters with corresponding 2-byte characters.

For example it renames foo*bar.txt to foo*bar.txt.

It searches files recursively from the directory you specify.

Install

Copy a file from bin/your_platform directory to your system.

or

go get github.com/craftgear/wincase

Usage

To rename all files under the current directory, run: wincase ./

To display files to rename without renaming(so-called "dry run"), run: wincase -dry-run ./

To run in verbose mode, run: wincase -v ./

To show help, run: wincase -h

Author

craftgear (https://twitter.com/craftgear)

About

replace forbidden characters on Windows platforms with corresponding 2-byte characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published