Metadata-Version: 2.1
Name: rmchars
Version: 0.0.1
Summary: Recursively remove invalid characters from path names.
Home-page: https://github.com/tslight/rmchars
Author: Toby Slight
Author-email: tobyslight@gmail.com
License: UNKNOWN
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 ELC character
        assignment.
        
        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 file.
        
        There is a really convoluted bash version and a nice simple Python version and a
        W.I.P Powershell version...
        
        ## INSTALLATION
        
        `pip install treepick`
        
        ## CLI USAGE
        
        ```
        ```
        
        ## TODO
        
        - [ ] ~~Add char list to config file~~
        - [ ] ~~Finish Powershell version~~
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
