Far

Find and Replace


License
GPL-3.0+
Install
pip install Far==0.0.1

Documentation

Far

Join the chat at https://gitter.im/shubhamchaudhary/far

PyPI Version PyPI Downloads PyPI License GitHub tag GitHub release

Build Status Travis-CI Coverage Status Circle CI Build Status Snap-CI Requirements Status

GitHub issues Stories in Ready

find . -type f -not -path '*/\.git*' -exec sed -i 's/foo/bar/g' {} +

Why is doing a find and replace with pattern so messy?

Let's find a solution for this problem.

Installation

Far will be available from PyPi

# pip install far

Contributors

Checkout CONTRIBUTION.md file