Far – Sublime Inspired Find and Replace
a year ago
- #command-line
- #productivity
- #text-processing
- far is a command-line tool for finding and replacing text across files and folders.
- Features include searching in files/folders, quick replacement, targeting specific files/directories, and smart casing support.
- Optional dry-run support is coming soon.
- Inspired by Sublime Text’s find & replace functionality.
- Installation involves cloning the GitHub repository and building with cargo.
- Example usage: `far --find "Foo" --replace "Bar" --target "./src/**/*.rs"`.
- Licensed under Apache-2.0; contributions via pull requests or issues are welcome.