Dmerejkowsky Ruplacer Versions Save

Find and replace text in source files

v0.8.3

2 months ago

Release Notes

  • Switch to cargo-dist to make releases

Download ruplacer 0.8.3

File Platform Checksum
ruplacer-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ruplacer-x86_64-apple-darwin.tar.xz Intel macOS checksum
ruplacer-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruplacer-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.8.2

8 months ago
  • Fix #102: don't write files when not required
  • Add missing new line in output when --dry-run is used
  • Update dependencies

v0.8.1

1 year ago
  • Bump to clap 4
  • Fix using --type-list on the command-line (#100)

v0.8.0

2 years ago
  • Breaking: replace Replacement::print_self() with Console::print_replacement(prefix, replacement).

v0.7.0

2 years ago
  • Add --quiet option. Suggested by @kypm
  • Breaking: DirectoryPatcher::new(), FilePatcher::new() and Replacement::print_self() now take an additional &Console argument.
  • Add a Console struct and a Verbosity enum

v0.6.5

2 years ago
  • Add -V, --version option. Patch by @homeworkprod

v0.6.4

2 years ago
  • Fix bug where the printed number of matching files was generally too big.
  • Improve documentation for FilePatcher

v0.6.3

2 years ago
  • Update dependencies
  • Bump to Rust 2021 edition

v0.6.2

2 years ago
  • Fix regression in ruplacer's diff output introduced in 0.6.1.

v0.6.1

2 years ago
  • Handle trailing newlines consistently. Previously, ruplacer would always write file with a trailing new line. Patch by @LawnGnome.