amber is a code search and replace tool written by Rust. This tool is inspired by ackag, and other grep-like tools

Quick guide

ambs keyword                  // recursively search 'keyword' from the current directory.
ambs keyword path             // recursively search 'keyword' from 'path'.
ambr keyword replacement      // recursively search 'keyword' from the current directory, and replace to 'replacement' interactively.
ambr keyword replacement path // recursively search 'keyword' from 'path', and replace to 'replacement' interactively.

Resources

  1. Github - https://github.com/dalance/amber