A simple find and replace command generator with a React front end, and Rust backend for serving links with info about the command.
From the client
folder
yarn build
From the server
folder
cargo build --release -j $(nproc)
Website: https://replace.sh
Frontend: Link
Backend: Link