Recursively remove invalid characters from path names.
Project description
RECURSIVELY REMOVE INVALID CHARS IN PATHS
A simple script to find and remove invalid characters in file and directory names. Inspired by the need to workaround limitations of Egnyte's unsupported character types.
The chars are currently hardcoded into the script, but like the list of servers to run on, this should really be added to a config/lst file.
The aforementioned list should reside in $HOME/.ELC.lst. The format is one line per server and lines beginning with # will be ignored.
There is a really convoluted bash version and a nice simple Python version and a W.I.P Powershell version...
run.sh is a bash wrapper script for mounting a list of servers to run the python script on.
INSTALLATION
pip install rmchars
CLI USAGE
usage: rmchars [-h] (-i | -a | -t | -q | -f) [path]
Remove invalid characters from a given path.
positional arguments:
path a valid path
optional arguments:
-h, --help show this help message and exit
-i, --interactive prompt before renaming each path
-a, --automate rename each path without prompting
-t, --dry_run preform a dry run to see what would be renamed
-q, --quiet run silently
-f, --find print a list of invalid paths
TODO
-
Add support for unicode and control characters - Add char list to config file
- Finish Powershell version
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
Built Distribution
File details
Details for the file rmchars-0.0.5.tar.gz
.
File metadata
- Download URL: rmchars-0.0.5.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad0fa7b7156dc1ca64418291ba3743e6bb56ece13e2a8427a1bebda3747d497d |
|
MD5 | 555425cf743967de1069b13c723c9e6c |
|
BLAKE2b-256 | 426de36a27e289212a32239778a22810b88bd7011f260ef97b1bef982c2ce67b |
File details
Details for the file rmchars-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: rmchars-0.0.5-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dab0543f7c1fc27b302e4e689ef27c8f82dd24b8ac36c30db30c7229dc668df7 |
|
MD5 | 96bf0436692780d374af875fb91941d7 |
|
BLAKE2b-256 | ce8aecec1a0caac384178b4b830acdfac206592aadf7ae1ec465fd2a5590a667 |