1.0.6 • Published 5 years ago

rgw v1.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

ripgrep-write (rgw)

Search and replace in current directory.

This is a thin wrapper around ripgrep (rg) that allows you to save the proposed replacements. For the moment in only allows you to specify the search and replace arguments and searches in the current directory.

Install

  1. Depends on ripgrep, so install if not already: https://github.com/BurntSushi/ripgrep

  2. Depends on nodejs, so install if not already: https://nodejs.org/en/download/

  3. Finally install rgw:

$ npm install rgw

Usage

$ rgw [search] [replace]

It will show the ripgrep of what would be replaced.

You can then either apply all changes, or interactively decide on each change seperately.

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago