Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cybertk/mffr
- Owner: cybertk
- License: other
- Created: 2014-06-24T09:47:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-16T15:59:35.000Z (over 10 years ago)
- Last Synced: 2024-08-09T01:07:05.405Z (5 months ago)
- Language: Python
- Homepage: http://src.chromium.org/svn/trunk/src/tools/git/mffr.py
- Size: 184 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
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=masterFast 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``.