Skip to main content

Utility to scan and fix filenames with special characters by renaming them

Project description

Introduction

fixnames is a utility to scan and fix linux filenames with special characters by renaming them.

Synopsis

Linux is liberal in letting us choose filenames, so sometimes we end up choosing files with special characters such as |, [, ], etc. When you try to use these files on other operating systems like Windows or Android, they fail to work properly. fixnames is a Python utility to scan and fix such files on your linux system. fixnames scans files recursively in a given directory and fixes them by renaming if found to contain special chars.

Installation

pip install fixnames

Uninstallation

pip uninstall fixnames

Usage

$ fixnames ./

renaming files

renaming directories
renamed ./test/bing" to ./test/bing

0 files renamed
1 directories renamed

Notes

According to Wikipedia, these are the special characters which aren't allowed on NTFS file systems:

0x00-0x1F 0x7F " * / : < > ? \ |

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fixnames-0.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page