quick-replace

Crates.ioquick-replace
lib.rsquick-replace
version0.1.1
sourcesrc
created_at2023-04-07 11:11:28.372363
updated_at2023-04-07 11:16:03.71745
descriptionQuick, lightweight find and replace tool.
homepage
repositoryhttps://github.com/acaala/qrep
max_upload_size
id832872
size24,297
Liam Watts (acaala)

documentation

README

quick-replace

A fast, lightweight find and replace tool

Usage

quick-replace [OPTIONS] <FROM> <TO> <path/to/file.txt>

Options

Flag Description
-h Display help information
-r Replace file without creating a backup (cannot be used with -c)
-c Compress backup file (cannot be used with -r)
Commit count: 24

cargo fmt