# 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
