Skip to content

esemeniuc/replace.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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