Get the latest tech news
Amber: A code search and replace tool
A code search / replace tool. Contribute to dalance/amber development by creating an account on GitHub.
amber is a code search and replace tool written by Rust. Large files ( > 1MB by default) are divided and searched in parallel. amber can replace a keyword over directories (traditionally by find ... | xargs sed -i '...') .
Or read this on Hacker News