Metadata-Version: 1.0
Name: mass_rename
Version: 0.0.1
Summary: Files group rename tool
Home-page: https://github.com/carlesso/mass_rename
Author: Enrico Carlesso
Author-email: enricocarlesso@gmail.com
License: LICENSE.txt
Description: # mass_rename
        
        mass_rename is a simple utility to rename group of files with your favorite `$EDITOR`.
        
        # Install
        
        mass_rename can be installed with pip
        
        ```shell
        $ sudo pip install mass_rename
        ```
        
        # Terminal and Editor
        
        mass_rename will launch your favorite (unless `-s` is specified, which will launch vim in split mode)
        that will be read from your $EDITOR settings variable.
        
        ```bash
        echo $EDITOR
        ```
        
        
        # About
        Author: Enrico Carlesso
        License: [WTFPL](http://www.wtfpl.net/about/)
        
        Thanks:
        
         - [vim](http://www.vim.org/) and all the Vim community
        
        mass_rename has been tested with Python 3.3.2
        
Platform: UNKNOWN
