quick-replace 0.1.1

Quick, lightweight find and replace tool.
Documentation
  • Coverage
  • 75%
    6 out of 8 items documented0 out of 5 items with examples
  • Size
  • Source code size: 23.8 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 712.51 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 47s Average build duration of successful builds.
  • all releases: 47s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • acaala/quick_replace
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • acaala

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)