Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cybertk/mffr

Fast multi-file find and replace
https://github.com/cybertk/mffr

Last synced: about 2 months ago
JSON representation

Fast multi-file find and replace

Awesome Lists containing this project

README

        

mffr
=======

.. image:: http://img.shields.io/pypi/dm/mffr.svg?style=flat
:target: https://pypi.python.org/pypi/mffr/
.. image:: http://img.shields.io/pypi/v/mffr.svg?style=flat
:target: https://pypi.python.org/pypi/mffr/
.. image:: https://requires.io/github/cybertk/mffr/requirements.png?branch=master
:target: https://requires.io/github/cybertk/mffr/requirements/?branch=master

Fast multi-file find and replace

Installation
------------

From PyPI::

$ pip install mffr

Or by downloading the source and running::

$ python setup.py install

Latest git version::

$ pip install -e git+git://github.com/cybertk/mffr.git#egg=mffr

Usage
-----

In your git repo directory

$ mffr REGEXP REPLACEMENT

This will find ``REGEXP`` in all files tracked by git and replace with ``REPLACEMENT``.