2.0.0 • Published 6 years ago

ripsr v2.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

ripsr

npm version

A search and replace command line utility based on ripgrep.

Installation

npm install ripsr -g

Dependencies

You need ripgrep to use this.

brew install ripgrep

Usage

Upon entering the rsr command you will be prompted for a search term and a replace term. Add the --verbose flag to view file paths that matched the search query.

Alternatively, you can give rsr command the search and replace arguments as strings. For example:

rsr 'SearchTerm' 'ReplaceTerm'

With this usage, there will be no confirmation prompts and the search and replace will be executed immediately.

2.0.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago