far: Lightning-Fast Find and Replace CLI Tool
2025-05-24
far (Find And Replace) is a fast and flexible command-line tool for searching and replacing text across files and folders. It targets specific files, directories, or glob patterns, and boasts smart casing support (e.g., Foo → Bar, FOO → BAR), inspired by Sublime Text's find and replace functionality. Installation is straightforward: clone the GitHub repo and build. For example, `far --find "Foo" --replace "Bar" --target "./src/**/*.rs"` replaces "Foo" with "Bar" in all .rs files within the src directory. Licensed under the Apache-2.0 License, contributions and suggestions are welcome.
Development
text search and replace