Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 755 Bytes

File metadata and controls

26 lines (18 loc) · 755 Bytes

replace.sh

A simple find and replace command generator with a React front end, and Rust backend for serving links with info about the command.

replace.sh screenshot

Command line demo

asciicast

Building

From the client folder

yarn build

From the server folder

cargo build --release -j $(nproc)

Links

Website: https://replace.sh

Frontend: Link

Backend: Link