https://github.com/collincchoy/fnr
A command line utility to find & replace text.
https://github.com/collincchoy/fnr
command-line-tool find-and-replace python simple
Last synced: 24 days ago
JSON representation
A command line utility to find & replace text.
- Host: GitHub
- URL: https://github.com/collincchoy/fnr
- Owner: collincchoy
- License: mit
- Created: 2018-07-16T02:17:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T02:16:38.000Z (almost 8 years ago)
- Last Synced: 2025-09-25T09:23:18.246Z (9 months ago)
- Topics: command-line-tool, find-and-replace, python, simple
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FnR
=====
[](https://forthebadge.com) [](https://forthebadge.com)
FnR is a command line utility powered by Python to substitute text in files.
This tool was developed to automate the process of opening a text editor, hitting ctrl+f, typing your search term, switching to replace, typing your replacement term, and repeating for multiple search terms. Instead, with FnR, you input all search and replacement terms at once and BAM!
FnR also supports repeatability by allowing the user to provide the mapping of search/replace terms in a file so if you find yourself repetitively replacing items in similar template files, FnR is perfect for automating your life. :)
## FnR?
The name *fnr* is a twisted acronym for _*Find & Replace*_, or F&R.