Far – Sublime Inspired Find and Replace

https://news.ycombinator.com/rss Hits: 5
Summary

far β€” Find And Replace far stands for Find And Replace β€” a fast, flexible command-line tool to search and replace text across files and folders. Features πŸ” Find text in files or folders ✏️ Replace text quickly and easily 🎯 Target specific files, directories, or glob patterns βš™οΈ Optional dry-run support (coming soon) 🧠 Smart casing support (e.g. Foo β†’ Bar , FOO β†’ BAR ) β†’ , β†’ ) πŸ’‘ Inspired by Sublime Text’s find & replace Installation git clone https://github.com/ibilalkayy/far.git cd far cargo build --release Usage far --find " Foo " --replace " Bar " --tartget " ./src/**/*.rs " πŸ“„ License Licensed under the Apache-2.0 License. πŸ™Œ Contributing Pull requests are welcome! If you have suggestions for improvements or features, feel free to open an issue.

First seen: 2025-05-24 16:41

Last seen: 2025-05-24 20:42