Skip to content

Mass change filenames with characters that cause problems on NTFS.

Notifications You must be signed in to change notification settings

calpaterson/fix-ntfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

fix-ntfs

Mass change filenames with characters that cause problems on NTFS.

Usage: fix-ntfs [OPTIONS] FILEPATH

  Rename files that cause problems on ntfs

Options:
  --dry-run           Does nothing but prints what would be done.
  --replacement TEXT  Characters not allowed on NTFS are replaced with this
                      string (default: '_').
  --help              Show this message and exit.

Initial usecase was to get a syncthing folder working between Linux and Windows.

Also useful to find problem filenames when run with --dry-run.

Depends on click, so on Debian do apt install python3-click.

About

Mass change filenames with characters that cause problems on NTFS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages