Metadata-Version: 2.1
Name: renamebyreplace
Version: 0.2.0
Summary: Rename files searching substrings in filenames
Home-page: https://github.com/Turulomio/renamebyreplace
Author: Turulomio
Author-email: turulomio@yahoo.es
License: GPL-3
Description: Usage
        =====
        
        Here you have a console video example:
        
        ![English howto](https://raw.githubusercontent.com/Turulomio/renamebyreplace/master/doc/ttyrec/renamebyreplace_howto_en.gif)
        
        Once installed, in Linux you can see man documentation with
        
        `man renamebyreplace`
        
        Links
        =====
        Doxygen documentation:
            http://turulomio.users.sourceforge.net/doxygen/renamebyreplace/
        
        Main developer web page:
            https://github.com/turulomio
        
        Pypi web page:
            https://pypi.org/project/renamebyreplace/
        
        Installation in Linux
        =====================
        If you use Gentoo, you can find a ebuild in https://github.com/turulomio/myportage/tree/master/app-admin/renamebyreplace
        
        With other distributions you can:
        
        `pip install renamebyreplace`
        
        Installation in Windows
        =======================
        Install python from https://www.python.org/
        
        Enter in a Windows shell and type:
        
        `pip install renamebyreplace`
        
        Dependencies
        ============
        * https://www.python.org/, as the main programming language.
        
        Changelog
        =========
        0.2.0
        -----
          * Added --undo argument
        
        0.1.0
        -----
          * Creating infrastructure
        
Keywords: rename replace filenames
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: System :: Systems Administration
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
